diff --git a/community/weston/PKGBUILD b/community/weston/PKGBUILD index a9d7e826b..33c066fec 100644 --- a/community/weston/PKGBUILD +++ b/community/weston/PKGBUILD @@ -7,7 +7,7 @@ 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' @@ -27,7 +27,7 @@ build() { ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/weston \ - --enable-demo-clients + --enable-demo-clients-install make }