mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
systemsettings: fix cross
This commit is contained in:
parent
d580d7334b
commit
bd50289502
1 changed files with 2 additions and 1 deletions
|
@ -16,5 +16,6 @@ distfiles="${KDE_SITE}/plasma/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=42095b95a7866aa667e30c15a7ebc9b00225fdb4f06668510fdf63a18573102f
|
checksum=42095b95a7866aa667e30c15a7ebc9b00225fdb4f06668510fdf63a18573102f
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" python qt5-qmake qt5-host-tools kconfig kdoctools"
|
hostmakedepends+=" python qt5-qmake qt5-host-tools kconfig
|
||||||
|
kcoreaddons kdoctools"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue