diff options
author | Yu Ke <ke.yu@intel.com> | 2010-11-27 21:43:34 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:57 -0800 |
commit | 5d17116f5ecfb3f73a1dc6565ac1e3a597ef8133 (patch) | |
tree | 7945df628b913c53b02c540f7301e6928db12ccb /meta/recipes-graphics/mesa/mesa-common.inc | |
parent | 770cbc076e88f045d33fbba97ff2906e6de4d5fd (diff) | |
download | 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.inc | 5 |
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 240f956b8a..f029d3d6e7 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/meta/recipes-graphics/mesa/mesa-common.inc | |||
@@ -13,7 +13,7 @@ PROVIDES = "virtual/libgl" | |||
13 | 13 | ||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | EXTRA_OECONF = "--disable-glu \ | 16 | EXTRA_OECONF = "--enable-glu \ |
17 | --disable-glw \ | 17 | --disable-glw \ |
18 | --disable-glut \ | 18 | --disable-glut \ |
19 | --enable-glx-tls" | 19 | --enable-glx-tls" |
@@ -21,4 +21,7 @@ EXTRA_OECONF = "--disable-glu \ | |||
21 | # Multiple virtual/gl providers being built breaks staging | 21 | # Multiple virtual/gl providers being built breaks staging |
22 | EXCLUDE_FROM_WORLD = "1" | 22 | EXCLUDE_FROM_WORLD = "1" |
23 | 23 | ||
24 | PACKAGES =+ "libglu libglu-dev" | ||
24 | 25 | ||
26 | FILES_libglu = "${libdir}/libGLU.so.*" | ||
27 | FILES_libglu-dev = "${libdir}/libGLU.* ${includedir}/GL/glu*.h" | ||