mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-27 00:10:29 +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
|
pkgname=weston
|
||||||
pkgver=1.4.0
|
pkgver=1.4.0
|
||||||
pkgrel=2.1
|
pkgrel=2.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'
|
||||||
|
@ -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 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"
|
export WESTON_NATIVE_BACKEND="rpi-backend.so"
|
||||||
CONFIG='--disable-egl'
|
CONFIG='--disable-egl'
|
||||||
|
patch -p1 -i ../rpi.patch
|
||||||
fi
|
fi
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
|
Loading…
Reference in a new issue