sddm: fix cross-build

This commit is contained in:
Matthew Wynn 2017-06-09 12:34:40 -05:00
parent ffddd848f1
commit 5ad7b5d1d3
No known key found for this signature in database
GPG key ID: ECEB282430604CA4

View file

@ -14,6 +14,10 @@ homepage="http://github.com/sddm/sddm"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
checksum=a551551a6ba324e9c384c89bc63e871de65fea3740eadbea2d63df86045f8205
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" sddm qt5-host-tools qt5-qmake qt5-tools"
fi
system_accounts="sddm"
sddm_homedir="/var/lib/sddm"
sddm_groups="video"