Commit dba98f08 authored by Daniel Cordero's avatar Daniel Cordero Committed by Daniel Cordero

Add bass as a compatible machine for libhybris

This libhybris recipe only builds against listed compatible
machines. Add bass to the list of compatible machines for
libhybris.
parent 609dee35
...@@ -2,3 +2,4 @@ SRCREV = "bd6df6a3064f50df326a4644cc7660c0a587b50e" ...@@ -2,3 +2,4 @@ SRCREV = "bd6df6a3064f50df326a4644cc7660c0a587b50e"
DEPENDS += " wayland " DEPENDS += " wayland "
EXTRA_OECONF += " --enable-wayland --with-default-egl-platform=wayland" EXTRA_OECONF += " --enable-wayland --with-default-egl-platform=wayland"
COMPATIBLE_MACHINE_dory = "(^dory$)" COMPATIBLE_MACHINE_dory = "(^dory$)"
COMPATIBLE_MACHINE_bass = "(^bass$)"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment