summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/glew/glew_1.5.7.bb
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2010-11-27 20:48:49 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-02 05:24:57 -0800
commit3562f2b7765c411d0ad57f9783168b6fc61d98c5 (patch)
treecd8d8cfae81d7963a7af451ff2b06ad50d130ac9 /meta/recipes-graphics/glew/glew_1.5.7.bb
parent5d17116f5ecfb3f73a1dc6565ac1e3a597ef8133 (diff)
downloadopenembedded-core-3562f2b7765c411d0ad57f9783168b6fc61d98c5.tar.gz
glew: add new recipes glew 1.5.7
The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. mesa-demos requires glew, so port it from OE, with the following changes: - upgrade it from 1.5.1 to 1.5.7 - add license checksum Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/glew/glew_1.5.7.bb')
-rw-r--r--meta/recipes-graphics/glew/glew_1.5.7.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-graphics/glew/glew_1.5.7.bb b/meta/recipes-graphics/glew/glew_1.5.7.bb
new file mode 100644
index 0000000000..e2e6b43f22
--- /dev/null
+++ b/meta/recipes-graphics/glew/glew_1.5.7.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library."
+HOMEPAGE = "http://glew.sourceforge.net/"
+BUGTRACKER = "http://sourceforge.net/tracker/?group_id=67586"
+SECTION = "x11"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ac251558de685c6b9478d89be3149c2"
+
+DEPENDS = "virtual/libx11 virtual/libgl libxext libxi libxmu"
+
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/glew/glew/${PV}/glew-${PV}.tgz \
+ file://autotools.patch \
+ "
+
+SRC_URI[md5sum] = "f913ce9dbde4cd250b932731b3534ded"
+SRC_URI[sha256sum] = "86bd36a163640d6027ec6be5fdd8a6e3b90f02dcf55f95c3c2429ebb58be3107"
+
+inherit autotools lib_package