gnome-calculator: broken on arm*|aarch*.

This commit is contained in:
maxice8 2018-06-18 05:56:27 -03:00
parent c2564d302c
commit e6efea8a97
1 changed files with 4 additions and 0 deletions

View File

@ -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