gnome-calculator: fix aarch64-musl.

This commit is contained in:
maxice8 2018-06-18 05:46:38 -03:00
parent 31d94597ee
commit c2564d302c
1 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,7 @@ license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Apps/Calculator"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=2cee9ef809cea1adbbcc8de65e05f0bb7ed8e78cd2c1a3a1105fba59d36df717
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" gtksourceview-devel"
fi