From 9c5b5884a138345154927562c21b178d635605d7 Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Mon, 5 Mar 2018 20:46:51 +0100 Subject: [PATCH] fcitx-configtool: fix cross compilation --- srcpkgs/fcitx-configtool/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/fcitx-configtool/template b/srcpkgs/fcitx-configtool/template index 7f3502efa9..19f5eae963 100644 --- a/srcpkgs/fcitx-configtool/template +++ b/srcpkgs/fcitx-configtool/template @@ -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