gnome-calculator: broken on arm*|aarch*.
This commit is contained in:
parent
c2564d302c
commit
e6efea8a97
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue