summaryrefslogtreecommitdiff
path: root/community/weston
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-29 03:30:04 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-29 03:30:04 +0000
commit0a521de4508e14363c59922ab2744ab699e30288 (patch)
tree22a9004955fd3ec5f7aa81f799bd9eabed325d15 /community/weston
parent462391357aa5e749dc9908c15f3baa0b4416f3d8 (diff)
Wed Jan 29 03:27:46 UTC 2014
Diffstat (limited to 'community/weston')
-rw-r--r--community/weston/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/weston/PKGBUILD b/community/weston/PKGBUILD
index 74d305e60..700cd7ec0 100644
--- a/community/weston/PKGBUILD
+++ b/community/weston/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 104730 2014-01-25 02:24:17Z seblu $
+# $Id: PKGBUILD 104875 2014-01-27 23:38:12Z seblu $
# Maintainer: Sébastien Luttringer
# Contributor: Joel Teichroeb <joel@teichroeb.net>
pkgname=weston
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='Reference implementation of a Wayland compositor'
arch=('i686' 'x86_64')
url='http://wayland.freedesktop.org'
@@ -18,7 +18,7 @@ build() {
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/weston \
- --enable-demo-clients
+ --enable-demo-clients-install
make
}