community/weston to 1.4.0-2

This commit is contained in:
Kevin Mihelich 2014-01-28 00:37:18 +00:00
parent 5f1e9813f8
commit 76697c58d1

View file

@ -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
}