diff options
| author | Daniel Stone <daniel@fooishbar.org> | 2012-10-26 16:00:09 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-02 16:18:25 +0000 |
| commit | 662a445b30af4d7538c3e7081dd9403acd006938 (patch) | |
| tree | 6bd87a27f154d659ee80656e9e5b2604447330e0 /meta/recipes-graphics/glew | |
| parent | ad9ad06056bb9ee1f9da54d60dfabb3240798018 (diff) | |
| download | poky-662a445b30af4d7538c3e7081dd9403acd006938.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.
(From OE-Core rev: 4395691a44b198ba0b9a969cbade669e8de07a4f)
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.bb | 4 |
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" | |||
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ac251558de685c6b9478d89be3149c2" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ac251558de685c6b9478d89be3149c2" |
| 7 | 7 | ||
| 8 | DEPENDS = "virtual/libx11 virtual/libgl libxext libxi libxmu" | 8 | DEPENDS = "virtual/libx11 virtual/libgl libglu libxext libxi libxmu" |
| 9 | 9 | ||
| 10 | PR = "r0" | 10 | PR = "r1" |
| 11 | 11 | ||
| 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/glew/glew/${PV}/glew-${PV}.tgz \ | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/glew/glew/${PV}/glew-${PV}.tgz \ |
| 13 | file://autotools.patch \ | 13 | file://autotools.patch \ |
