qtkeychain-qt5: fix cross
This commit is contained in:
parent
10c8a19437
commit
633ec5b12a
|
@ -11,7 +11,10 @@ license="2-clause-BSD"
|
|||
homepage="https://github.com/frankosterfeld/qtkeychain"
|
||||
distfiles="https://github.com/frankosterfeld/${pkgname%-*}/archive/v${version}.tar.gz"
|
||||
checksum=ae13459234feeeab3a154457319d9b26ee9600973443517c77e055838ebae63c
|
||||
nocross=yes
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-tools-devel"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in New Issue