mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
weston: disablepackageconfig options that fail to build with userland drivers
* Weston 10 (Yocto Langdale) fails to build with userland drivers when the packageconfig options 'egl' or 'clients' are enabled, and those are enabled by default. So disable them by default when building with DISABLE_VC4GRAPHICS=1 Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
This commit is contained in:
parent
9e655c6c9d
commit
2b733d53f3
|
@ -1,4 +1,4 @@
|
||||||
PACKAGECONFIG:remove:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'fbdev', '', d)}"
|
PACKAGECONFIG:remove:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'fbdev', 'egl clients', d)}"
|
||||||
|
|
||||||
EXTRA_OECONF:append:rpi = " \
|
EXTRA_OECONF:append:rpi = " \
|
||||||
--disable-xwayland-test \
|
--disable-xwayland-test \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user