mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
sddm: fix cross-build
This commit is contained in:
parent
ffddd848f1
commit
5ad7b5d1d3
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ homepage="http://github.com/sddm/sddm"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=a551551a6ba324e9c384c89bc63e871de65fea3740eadbea2d63df86045f8205
|
checksum=a551551a6ba324e9c384c89bc63e871de65fea3740eadbea2d63df86045f8205
|
||||||
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" sddm qt5-host-tools qt5-qmake qt5-tools"
|
||||||
|
fi
|
||||||
|
|
||||||
system_accounts="sddm"
|
system_accounts="sddm"
|
||||||
sddm_homedir="/var/lib/sddm"
|
sddm_homedir="/var/lib/sddm"
|
||||||
sddm_groups="video"
|
sddm_groups="video"
|
||||||
|
|
Loading…
Add table
Reference in a new issue