diff options
Diffstat (limited to 'main/mesa')
-rw-r--r-- | main/mesa/APKBUILD | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/main/mesa/APKBUILD b/main/mesa/APKBUILD index e0327919ee..2dcd346c85 100644 --- a/main/mesa/APKBUILD +++ b/main/mesa/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mesa pkgver=7.10.1 -pkgrel=0 +pkgrel=1 pkgdesc="Mesa DRI OpenGL library" url="http://www.mesa3d.org" arch="all" @@ -54,6 +54,11 @@ prepare() { done } +dev() { + default_dev; + depends="$depends_dev" +} + build() { cd "$_builddir" export LDFLAGS="$LDFLAGS -Wl,-z,lazy" |