mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
gnome-calculator: broken on arm*|aarch*.
This commit is contained in:
parent
c2564d302c
commit
e6efea8a97
1 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,7 @@ checksum=2cee9ef809cea1adbbcc8de65e05f0bb7ed8e78cd2c1a3a1105fba59d36df717
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" gtksourceview-devel"
|
hostmakedepends+=" gtksourceview-devel"
|
||||||
fi
|
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…
Add table
Reference in a new issue