libfcitx-qt5: fix cross compilation
This commit is contained in:
parent
9c5b5884a1
commit
6379c2d916
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ makedepends="libxkbcommon-devel qt5-devel fcitx-devel"
|
|||
|
||||
wrksrc="fcitx-qt5-${version}"
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-qmake qt5-host-tools libfcitx"
|
||||
fi
|
||||
|
||||
libfcitx-qt5-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}-${version}_${revision} ${makedepends}"
|
||||
|
|
Loading…
Add table
Reference in a new issue