mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-04 20:54:46 +02:00
libwpe: Migrate build workaround from oe-core
This was removed from oe-core[1] so we pull in the change here where it should have been in the first place. Fixes: https://github.com/agherzan/meta-raspberrypi/issues/893 [1] https://lists.openembedded.org/g/openembedded-core/topic/84653556 Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
This commit is contained in:
parent
fed7688925
commit
690b4a5e98
2
recipes-sato/libwpe_%.bbappend
Normal file
2
recipes-sato/libwpe_%.bbappend
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Workaround build issue with RPi userland EGL libraries.
|
||||
CFLAGS:append:rpi = " ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '-D_GNU_SOURCE', d)}"
|
Loading…
Reference in New Issue
Block a user