summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas F2016-03-11 17:02:14 +0100
committerNicolas F2016-03-11 17:02:14 +0100
commitc43110142cf6f77976d68d1f524fe279e4c9cae7 (patch)
treee5b908590f404d9f918ccafcf1a2ae216076e38e /PKGBUILD
parent2f2220eac86560b6c0a3be480f8d56492cab3146 (diff)
downloadaur-c43110142cf6f77976d68d1f524fe279e4c9cae7.tar.gz
Add --enable-snowmixglut
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52cdffd9d174..210345267513 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nicolas F. <aur@fratti.ch>
pkgname=snowmix
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="Dynamic audio and video feed mixer"
arch=('i686' 'x86_64')
url="https://snowmix.sourceforge.net"
@@ -25,7 +25,7 @@ build() {
automake --add-missing
./configure --prefix=/usr --enable-snowmixosmesa --enable-snowmixx11 \
- --enable-snowmixglu --enable-snowmixgui
+ --enable-snowmixglu --enable-snowmixglut --enable-snowmixgui
export SNOWMIX="/usr/lib/Snowmix-$pkgver"
make
}