diff options
-rw-r--r-- | main/mesa/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/mesa/APKBUILD b/main/mesa/APKBUILD index 0a206bb23f..31d20910bb 100644 --- a/main/mesa/APKBUILD +++ b/main/mesa/APKBUILD @@ -1,13 +1,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mesa pkgver=10.3.1 -pkgrel=0 +pkgrel=1 pkgdesc="Mesa DRI OpenGL library" url="http://www.mesa3d.org" arch="all" license="LGPL" depends= -subpackages="$pkgname-dev +subpackages="$pkgname-dev $pkgname-dbg $pkgname-dri-ati:ati $pkgname-dri-nouveau:nouveau $pkgname-dri-swrast:swrast |