community/weston to 1.4.0-2.2, fixes #631

This commit is contained in:
Kevin Mihelich 2014-03-04 22:08:39 +00:00
parent 3f8963eec0
commit f4d51f8fb6

View file

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