ccache: update to 3.2.3
[openembedded.git] / recipes / glew / libglew_1.5.1.bb
1 DESCRIPTION = "The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library."
2 SECTION = "libs"
3 LICENSE = "Modified BSD License, Mesa 3-D License, Khronos License"
4
5 DEPENDS = "virtual/libx11 virtual/libgl libxext libxi libxmu"
6
7 PR = "r1"
8
9
10 SRC_URI = "${SOURCEFORGE_MIRROR}/project/glew/glew/1.5.1/glew-1.5.1-src.tgz \
11            file://autotools.patch;patch=1 \
12           "
13
14 inherit autotools lib_package
15
16 S = "${WORKDIR}/glew"
17