mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
weston: remove reference to gles in PACKAGECONFIG
The "gles" configuration was removed in the upgrade to 1.3.0, and it was enabled only if the unknown/rare opengles2 DISTRO_FEATURE was enabled. (From OE-Core rev: d618f739f3631178cf61cfb8313b6c2c7ee6a9a6) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ef3b0b59c1
commit
b2ff2d2684
@@ -31,7 +31,6 @@ EXTRA_OECONF = "--enable-setuid-install \
|
||||
|
||||
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'wayland', 'kms wayland', '', d)} \
|
||||
${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
|
||||
${@base_contains('DISTRO_FEATURES', 'opengles2', 'gles', '', d)} \
|
||||
${@base_contains('DISTRO_FEATURES', 'pam', 'launch', '', d)} \
|
||||
"
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user