mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/weston to 1.4.0-2.2, fixes #631
This commit is contained in:
parent
3f8963eec0
commit
f4d51f8fb6
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=weston
|
||||
pkgver=1.4.0
|
||||
pkgrel=2.1
|
||||
pkgrel=2.2
|
||||
pkgdesc='Reference implementation of a Wayland compositor'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://wayland.freedesktop.org'
|
||||
|
@ -27,6 +27,7 @@ build() {
|
|||
export RPI_BCM_HOST_CFLAGS="-I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux"
|
||||
export WESTON_NATIVE_BACKEND="rpi-backend.so"
|
||||
CONFIG='--disable-egl'
|
||||
patch -p1 -i ../rpi.patch
|
||||
fi
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
|
Loading…
Reference in a new issue