mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 09:07:01 +02:00
kdelibs4support: fix cross
This commit is contained in:
parent
7010159ec9
commit
beb84639fc
1 changed files with 1 additions and 2 deletions
|
@ -16,13 +16,12 @@ homepage="https://projects.kde.org/projects/frameworks/kdelibs4support"
|
|||
distfiles="${KDE_SITE}/frameworks/${version%.*}/portingAids/${pkgname}-${version}.tar.xz"
|
||||
checksum=e9d1c06191031b482ea01d891756d125ff32927239c36a3011fc7b8f17aca1b0
|
||||
|
||||
nocross="requires more work on HAVE_GOOD_GETADDRINFO tests"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
makedepends+=" qt5-tools-devel"
|
||||
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools kgendesignerplugin kded"
|
||||
# gettaddrinfo runtime test is always fine (can't be achieved in crossbuild)
|
||||
configure_args+=" -DHAVE_GOOD_GETADDRINFO_EXITCODE=0"
|
||||
configure_args+=" -DHAVE_GOOD_GETADDRINFO_EXITCODE__TRYRUN_OUTPUT=0"
|
||||
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue