[oe-commits] Ross Burton : weston: remove reference to gles in PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Thu Nov 21 15:30:30 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: d618f739f3631178cf61cfb8313b6c2c7ee6a9a6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d618f739f3631178cf61cfb8313b6c2c7ee6a9a6

Author: Ross Burton <ross.burton at intel.com>
Date:   Fri Nov 15 23:54:40 2013 +0000

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.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-graphics/wayland/weston_1.3.0.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-graphics/wayland/weston_1.3.0.bb b/meta/recipes-graphics/wayland/weston_1.3.0.bb
index eb38ce1..7a0b3f9 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 \
 
 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)} \
                   "
 #



More information about the Openembedded-commits mailing list