aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/glew
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-10-26 16:00:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-02 16:15:28 +0000
commit4395691a44b198ba0b9a969cbade669e8de07a4f (patch)
tree9f6508512046e0cf7dcf3c6d69ae855a5b5bd9ec /meta/recipes-graphics/glew
parentf2dfc50bdf403719d40d04488245fd37655b5480 (diff)
downloadopenembedded-core-contrib-4395691a44b198ba0b9a969cbade669e8de07a4f.tar.gz
mesa: Build separate GLU library
Mesa has removed GLU from the core tree upstream, so remove it from the Mesa build and add the separate tarball as a new recipe. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/glew')
-rw-r--r--meta/recipes-graphics/glew/glew_1.9.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/glew/glew_1.9.0.bb b/meta/recipes-graphics/glew/glew_1.9.0.bb
index 00fff110fc..599d64bceb 100644
--- a/meta/recipes-graphics/glew/glew_1.9.0.bb
+++ b/meta/recipes-graphics/glew/glew_1.9.0.bb
@@ -5,9 +5,9 @@ SECTION = "x11"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ac251558de685c6b9478d89be3149c2"
-DEPENDS = "virtual/libx11 virtual/libgl libxext libxi libxmu"
+DEPENDS = "virtual/libx11 virtual/libgl libglu libxext libxi libxmu"
-PR = "r0"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/glew/glew/${PV}/glew-${PV}.tgz \
file://autotools.patch \