comparison graphics/glew/glew.sh @ 1094:3dece1f7570b

vanilla: add many ghost dependencies
author David Demelier <markand@malikania.fr>
date Mon, 09 Sep 2019 21:10:00 +0200
parents ddab65a5b3f5
children 6710613b88b9
comparison
equal deleted inserted replaced
1093:0502aa76ec98 1094:3dece1f7570b
19 PKGVERSION=2.1.0 19 PKGVERSION=2.1.0
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="BSD3CLAUSE MIT CUSTOM" 21 PKGLICENSE="BSD3CLAUSE MIT CUSTOM"
22 PKGSUMMARY="OpenGL extension wrangler library" 22 PKGSUMMARY="OpenGL extension wrangler library"
23 PKGDOWNLOAD="https://sourceforge.net/projects/glew/files/$PKGNAME/$PKGVERSION/$PKGNAME-$PKGVERSION.tgz" 23 PKGDOWNLOAD="https://sourceforge.net/projects/glew/files/$PKGNAME/$PKGVERSION/$PKGNAME-$PKGVERSION.tgz"
24 PKGDEPENDS="mesa" 24 PKGDEPENDS="mesa libx11"
25 25
26 : ${CC:=clang} 26 : ${CC:=clang}
27 : ${CFLAGS:=-O2 -fPIC} 27 : ${CFLAGS:=-O2 -fPIC}
28 28
29 build() 29 build()