aboutsummaryrefslogtreecommitdiffstats
path: root/main/mesa/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/mesa/APKBUILD')
-rw-r--r--main/mesa/APKBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/main/mesa/APKBUILD b/main/mesa/APKBUILD
index df42270073..7485da2b36 100644
--- a/main/mesa/APKBUILD
+++ b/main/mesa/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mesa
pkgver=8.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Mesa DRI OpenGL library"
url="http://www.mesa3d.org"
arch="all"
@@ -56,11 +56,6 @@ prepare() {
aclocal && automake --add-missing && autoreconf || return 1
}
-dev() {
- default_dev;
- depends="$depends_dev mesa mesa-egl mesa-gl mesa-glu mesa-gles"
-}
-
build() {
cd "$_builddir"
export LDFLAGS="$LDFLAGS -Wl,-z,lazy"