diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-07-29 23:58:38 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-07 13:03:19 -0300 |
commit | 907f747ace4c35d4420e3b4e6ed2fc18fed59bfa (patch) | |
tree | 590b8e63bf79dd86de09a1c48c8ba500bdb60853 /community | |
parent | db01a69b12d719e2c8ff643694499e38e5e9fb19 (diff) | |
download | aports-907f747ace4c35d4420e3b4e6ed2fc18fed59bfa.tar.bz2 aports-907f747ace4c35d4420e3b4e6ed2fc18fed59bfa.tar.xz |
community/sddm: re-enable for all arches
Now utmps is available in community, all sddm dependencies are fulfilled
Diffstat (limited to 'community')
-rw-r--r-- | community/sddm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sddm/APKBUILD b/community/sddm/APKBUILD index f7464b9029..ff0639182d 100644 --- a/community/sddm/APKBUILD +++ b/community/sddm/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.18.1 pkgrel=4 pkgdesc="Simple Desktop Display Manager" url="https://github.com/sddm/sddm/" -arch="" # Needs utmps from testing +arch="all" license="GPL-2.0-only" depends="elogind xorg-server dbus-x11 upower" makedepends="cmake extra-cmake-modules qt5-qtbase-dev libxcb-dev upower-dev elogind-dev linux-pam-dev qt5-qtdeclarative-dev qt5-qttools-dev utmps-dev py-docutils" |