diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-12-10 11:08:51 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-12-10 11:08:51 +0100 |
commit | a79d5a546392cad57bb8855f88d4617caa852d27 (patch) | |
tree | 28a5b26bf27ff1e594e13e6eb5aa76891f8f8aab /recipes/glew/libglew_1.5.1.bb | |
parent | 09a85ada712374f567b276067805c19b091a518a (diff) | |
parent | 6e0172f360053c39bfad106592fbb55509167103 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/glew/libglew_1.5.1.bb')
-rw-r--r-- | recipes/glew/libglew_1.5.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/glew/libglew_1.5.1.bb b/recipes/glew/libglew_1.5.1.bb new file mode 100644 index 0000000000..ed0b69c28b --- /dev/null +++ b/recipes/glew/libglew_1.5.1.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library." +SECTION = "libs" +LICENSE = "Modified BSD License, Mesa 3-D License, Khronos License" + +DEPENDS = "virtual/libx11 mesa libxext libxi libxmu" + +PR = "r0" + + +SRC_URI = "${SOURCEFORGE_MIRROR}/project/glew/glew/1.5.1/glew-1.5.1-src.tgz \ + file://autotools.patch;patch=1 \ + " + +inherit autotools lib_package + +S = "${WORKDIR}/glew" + |