community/weston fix

This commit is contained in:
Kevin Mihelich 2014-03-04 22:53:33 +00:00
parent 03acb18bb2
commit d639fd5ce8

View file

@ -15,10 +15,8 @@ url='http://wayland.freedesktop.org'
license=('MIT')
depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
[ "$CARCH" == 'armv6h' ] && makedepends=('raspberrypi-firmware')
source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"
'rpi.patch')
sha1sums=('49b0b6d5e2366a7bad5158b29998213e5ca7f254'
'ed01b8367eef82a6d168b00dfd61193f2e6aabb5')
source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
sha1sums=('49b0b6d5e2366a7bad5158b29998213e5ca7f254')
build() {
cd $pkgname-$pkgver
@ -27,7 +25,6 @@ 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 \