kdegraphics-mobipocket: fix cross compilation
This commit is contained in:
parent
5c17e170af
commit
695d5b2a55
1 changed files with 4 additions and 0 deletions
|
@ -29,3 +29,7 @@ libqmobipocket-devel_package() {
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue