diff options
author | Ross Burton <ross.burton@intel.com> | 2012-11-19 16:04:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-19 17:00:14 +0000 |
commit | e79987bc4bac1d739f92790f8e9840cd02f073d3 (patch) | |
tree | 686400cc70975a5b73b365e3ca389e2d48c84c3f /meta/recipes-graphics/mesa/mesa-common.inc | |
parent | 64c77bf395310e55b4d8e0ec754fa19e9034ab35 (diff) | |
download | openembedded-core-e79987bc4bac1d739f92790f8e9840cd02f073d3.tar.gz openembedded-core-e79987bc4bac1d739f92790f8e9840cd02f073d3.tar.bz2 openembedded-core-e79987bc4bac1d739f92790f8e9840cd02f073d3.zip |
mesa: default to enabling EGL and GLES
Even on systems where Mesa has no hardware support, building the software
renderers is useful for build testing and limited functionality.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-common.inc')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-common.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 8e7137818b..9e42dbfe2f 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/meta/recipes-graphics/mesa/mesa-common.inc @@ -29,8 +29,7 @@ EXTRA_OECONF = "--disable-glu \ --disable-glut \ --enable-shared-glapi" -PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" -PACKAGECONFIG_append_x86 = " gles egl" +PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} egl gles" X11_DEPS = "xf86driproto glproto virtual/libx11 libxext libxxf86vm libxdamage libxfixes" PACKAGECONFIG[x11] = "--enable-glx-tls,--disable-glx,${X11_DEPS}" |