6 lines
222 B
Plaintext
6 lines
222 B
Plaintext
|
|
# Append EGL_CFLAGS to CFLAGS
|
||
|
|
CFLAGS:append:imxgpu = " \
|
||
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', '-DEGL_API_FB', d)} \
|
||
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '-DWL_EGL_PLATFORM', '', d)} \
|
||
|
|
"
|