mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
mesa-demos: enable build with userland graphics drivers.
* mesa-demos can be built fine if both gles1 and egl options are disabled. This allows to have utilities like glxinfo or glxgears Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
This commit is contained in:
parent
e15b876155
commit
15206a15b4
|
@ -1,2 +1,3 @@
|
||||||
# mesa-demos need libgles1 and userland driver does not have it
|
# mesa-demos userland driver doesn't provide libgles1 and the EGL headers it provides break the mesa-demos build.
|
||||||
COMPATIBLE_HOST:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '(.*)', 'null', d)}"
|
# And enabling the `wayland` option without enabling `egl` is useless.
|
||||||
|
PACKAGECONFIG:remove:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'egl gles1 wayland', d)}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user