diff --git a/srcpkgs/gnome-calculator/template b/srcpkgs/gnome-calculator/template index 1bbf5578393..76c43a579c6 100644 --- a/srcpkgs/gnome-calculator/template +++ b/srcpkgs/gnome-calculator/template @@ -17,3 +17,7 @@ checksum=2cee9ef809cea1adbbcc8de65e05f0bb7ed8e78cd2c1a3a1105fba59d36df717 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" gtksourceview-devel" fi + +case "$XBPS_TARGET_MACHINE" in + arm*|aarch*) broken="error: Package gtksourceview-3.0 not found in specified Vala API directories or GObject-Introspection GIR directories" ;; +esac