summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-common.inc
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2010-11-27 21:43:34 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-02 05:24:57 -0800
commit5d17116f5ecfb3f73a1dc6565ac1e3a597ef8133 (patch)
tree7945df628b913c53b02c540f7301e6928db12ccb /meta/recipes-graphics/mesa/mesa-common.inc
parent770cbc076e88f045d33fbba97ff2906e6de4d5fd (diff)
downloadast2050-yocto-poky-5d17116f5ecfb3f73a1dc6565ac1e3a597ef8133.zip
ast2050-yocto-poky-5d17116f5ecfb3f73a1dc6565ac1e3a597ef8133.tar.gz
mesa: enable glu
GLU is needed by glew, which in turn needed by mesa-demos Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-common.inc')
-rw-r--r--meta/recipes-graphics/mesa/mesa-common.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc
index 240f956..f029d3d 100644
--- a/meta/recipes-graphics/mesa/mesa-common.inc
+++ b/meta/recipes-graphics/mesa/mesa-common.inc
@@ -13,7 +13,7 @@ PROVIDES = "virtual/libgl"
inherit autotools pkgconfig
-EXTRA_OECONF = "--disable-glu \
+EXTRA_OECONF = "--enable-glu \
--disable-glw \
--disable-glut \
--enable-glx-tls"
@@ -21,4 +21,7 @@ EXTRA_OECONF = "--disable-glu \
# Multiple virtual/gl providers being built breaks staging
EXCLUDE_FROM_WORLD = "1"
+PACKAGES =+ "libglu libglu-dev"
+FILES_libglu = "${libdir}/libGLU.so.*"
+FILES_libglu-dev = "${libdir}/libGLU.* ${includedir}/GL/glu*.h"
OpenPOWER on IntegriCloud