mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/weston fix
This commit is contained in:
parent
03acb18bb2
commit
d639fd5ce8
1 changed files with 2 additions and 5 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue