blob: 23257b552abf208b81203bb4f613f27650b83e81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 virtual/libgl libxext libxi libxmu"
PR = "r1"
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"
|