diff --git a/srcpkgs/weston/template b/srcpkgs/weston/template index c7647cef686..6d70e96e5a3 100644 --- a/srcpkgs/weston/template +++ b/srcpkgs/weston/template @@ -34,7 +34,7 @@ if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; the fi case "$XBPS_TARGET_MACHINE" in -armv6l) # Assume RPi for now. +armv[67]l) # Assume RPi for now. CFLAGS="-I${XBPS_CROSS_BASE}/opt/vc/include" LDFLAGS="-Wl,-R/opt/vc/lib" makedepends+=" rpi-firmware rpi-firmware-pcfiles"