diff options
-rw-r--r-- | libre/mesa-demos/PKGBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/libre/mesa-demos/PKGBUILD b/libre/mesa-demos/PKGBUILD index 308c78eb9..98d270a4f 100644 --- a/libre/mesa-demos/PKGBUILD +++ b/libre/mesa-demos/PKGBUILD @@ -1,4 +1,3 @@ -# $Id: PKGBUILD 272747 2016-07-31 08:49:09Z andyrtr $ # Maintainer (Arch): Jan de Groot <jgc@archlinux.org> # Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org> # Maintainer (Hyperbola): André Silva <emulatorman@hyperbola.info> @@ -6,9 +5,12 @@ pkgname='mesa-demos' pkgver=8.4.0 -pkgrel=1.parabola1 -arch=('i686' 'x86_64' 'armv7h') -pkgdesc="Mesa demos and tools incl. glxinfo + glxgears, without nonfree demos" +pkgrel=2 +pkgrel+=.parabola1 +arch=('x86_64') +arch+=('i686' 'armv7h') +pkgdesc="Mesa demos and tools incl. glxinfo + glxgears" +pkgdesc+=", without nonfree demos" url="https://www.mesa3d.org/" license=('custom') replaces=('mesa-demos-libre') @@ -43,6 +45,7 @@ prepare() { build() { cd mesa-demos-$pkgver ./configure --prefix=/usr \ + --disable-gles1 \ --with-system-data-files=/usr/share/mesa-demos make } |