mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
kinfocenter: fix cross
This commit is contained in:
parent
39974346fe
commit
4acc0c98e4
1 changed files with 5 additions and 1 deletions
|
@ -13,4 +13,8 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later, GFDL-1.2"
|
||||||
homepage="https://projects.kde.org/projects/plasma/kinfocenter"
|
homepage="https://projects.kde.org/projects/plasma/kinfocenter"
|
||||||
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=29cacdce61a80bae42fa60be365648d126366c65321b1eaecdfadec02281ccee
|
checksum=29cacdce61a80bae42fa60be365648d126366c65321b1eaecdfadec02281ccee
|
||||||
nocross=yes
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" kconfig-devel kcoreaddons-devel kdoctools-devel"
|
||||||
|
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue