From bb3cc0c769992dc9d5e3716849a5b05d7fb0de43 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 28 Dec 2013 21:34:10 +0000 Subject: [PATCH] community/weston fix --- community/weston/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/community/weston/PKGBUILD b/community/weston/PKGBUILD index f4fcb99d0..efa93bf20 100644 --- a/community/weston/PKGBUILD +++ b/community/weston/PKGBUILD @@ -13,6 +13,7 @@ arch=('i686' 'x86_64') 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") sha1sums=('56acdfde4d1a3871d6e54f0cdbcf2736e73e979a')