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')