summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-11-15 23:54:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-20 14:03:32 +0000
commitb2ff2d2684d494ef0717914b46c3822a9be22db9 (patch)
treeb22fc1a25f89dbc34fc1c2b662347ae49c75ffcc /meta/recipes-graphics
parentef3b0b59c17e97d1d4511b739bb2d9274e08c887 (diff)
downloadpoky-b2ff2d2684d494ef0717914b46c3822a9be22db9.tar.gz
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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/wayland/weston_1.3.0.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston_1.3.0.bb b/meta/recipes-graphics/wayland/weston_1.3.0.bb
index eb38ce142f..7a0b3f9ac9 100644
--- a/meta/recipes-graphics/wayland/weston_1.3.0.bb
+++ b/meta/recipes-graphics/wayland/weston_1.3.0.bb
@@ -31,7 +31,6 @@ EXTRA_OECONF = "--enable-setuid-install \
31 31
32PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'wayland', 'kms wayland', '', d)} \ 32PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'wayland', 'kms wayland', '', d)} \
33 ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ 33 ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
34 ${@base_contains('DISTRO_FEATURES', 'opengles2', 'gles', '', d)} \
35 ${@base_contains('DISTRO_FEATURES', 'pam', 'launch', '', d)} \ 34 ${@base_contains('DISTRO_FEATURES', 'pam', 'launch', '', d)} \
36 " 35 "
37# 36#