kdegraphics-mobipocket: fix cross compilation

This commit is contained in:
Piotr Wójcik 2017-12-30 18:48:16 +01:00 committed by Jürgen Buchmüller
parent 5c17e170af
commit 695d5b2a55
1 changed files with 4 additions and 0 deletions

View File

@ -29,3 +29,7 @@ libqmobipocket-devel_package() {
vmove usr/lib/*.so
}
}
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake"
fi