community/weston to 1.5.0-2

This commit is contained in:
Kevin Mihelich 2014-08-19 12:43:16 +00:00
parent 2e85049eca
commit ffa305aa99

View file

@ -8,7 +8,7 @@
pkgname=weston
pkgver=1.5.0
pkgrel=1
pkgrel=2
pkgdesc='Reference implementation of a Wayland compositor'
arch=('i686' 'x86_64')
url='http://wayland.freedesktop.org'
@ -30,6 +30,7 @@ build() {
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/weston \
--with-cairo=gl \
--enable-demo-clients-install $CONFIG
make
}