fcitx-configtool: fix cross compilation
This commit is contained in:
parent
0d4781f3ea
commit
9c5b5884a1
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue