From 4395691a44b198ba0b9a969cbade669e8de07a4f Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Fri, 26 Oct 2012 16:00:09 +0100 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/glew/glew_1.9.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-graphics/glew') 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 \ -- cgit 1.2.3-korg