diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-03-11 04:46:49 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-03-11 04:46:49 -0600 |
commit | 15126fceda8ef9a920cd84a52ec607e8caa98092 (patch) | |
tree | b80f305812182335f219733a993928f7e249ec73 | |
parent | d0612ac7d3d787bf913c4662dd08ec35badfe72b (diff) | |
download | aports-15126fceda8ef9a920cd84a52ec607e8caa98092.tar.bz2 aports-15126fceda8ef9a920cd84a52ec607e8caa98092.tar.xz |
main/mesa: do not install everything on mesa-dev
-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" |