mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-20 23:38:38 +00:00
mesa-demos,piglit,packagegroup-core-tools-testapps: Remove dependency on mesa-demos
mesa-demos demand libgles1 and userland driver does not have it, therefore make it conditional on choice of graphics driver, remove it when using userland driver and keep it when using vc4 graphics driver. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
2
recipes-graphics/mesa/mesa-demos_%.bbappend
Normal file
2
recipes-graphics/mesa/mesa-demos_%.bbappend
Normal file
@@ -0,0 +1,2 @@
|
||||
# mesa-demos need libgles1 and userland driver does not have it
|
||||
COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '(.*)', 'null', d)}"
|
||||
Reference in New Issue
Block a user