mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/weston to 1.5.0-2
This commit is contained in:
parent
2e85049eca
commit
ffa305aa99
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
pkgname=weston
|
pkgname=weston
|
||||||
pkgver=1.5.0
|
pkgver=1.5.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Reference implementation of a Wayland compositor'
|
pkgdesc='Reference implementation of a Wayland compositor'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='http://wayland.freedesktop.org'
|
url='http://wayland.freedesktop.org'
|
||||||
|
@ -30,6 +30,7 @@ build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--libexecdir=/usr/lib/weston \
|
--libexecdir=/usr/lib/weston \
|
||||||
|
--with-cairo=gl \
|
||||||
--enable-demo-clients-install $CONFIG
|
--enable-demo-clients-install $CONFIG
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue