fcitx-configtool: fix cross compilation

This commit is contained in:
newbluemoon 2018-03-05 20:46:51 +01:00 committed by Jürgen Buchmüller
parent 0d4781f3ea
commit 9c5b5884a1

View file

@ -11,3 +11,7 @@ license="GPL-2, LGPL-2.1"
homepage="https://fcitx-im.org/"
distfiles="http://download.fcitx-im.org/fcitx-configtool/${pkgname}-${version}.tar.xz"
checksum=bcc4976976bfbddbfec3f689f38927fbabc7f7fa611ea252a789583ea14cd1fb
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" libfcitx glib-devel"
fi