aboutsummaryrefslogtreecommitdiffstats
path: root/community/lightdm
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-12-06 12:11:06 +0100
committerRasmus Thomsen <oss@cogitri.dev>2019-12-06 12:11:06 +0100
commit1d2d24ae87d79d47a38874aacec503b94eee868d (patch)
tree1ebca10a16b64311d17b6fb9bf88979e21bdd66f /community/lightdm
parent14c964b5a5e5f9ba6da85b7c05f97cf0c676af86 (diff)
downloadaports-1d2d24ae87d79d47a38874aacec503b94eee868d.tar.bz2
aports-1d2d24ae87d79d47a38874aacec503b94eee868d.tar.xz
community/lightdm: disable on s390x
gnome-themes-standard isn't available on that arch due to missing librsvg
Diffstat (limited to 'community/lightdm')
-rw-r--r--community/lightdm/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lightdm/APKBUILD b/community/lightdm/APKBUILD
index f219f7dec9..fc557ca502 100644
--- a/community/lightdm/APKBUILD
+++ b/community/lightdm/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.30.0
pkgrel=0
pkgdesc="A cross-desktop display manager"
url="https://www.freedesktop.org/wiki/Software/LightDM"
-arch="all"
+arch="all !s390x" # gnome-themes-standard missing due to librsvg
license="GPL-3.0-or-later"
depends="dbus xinit accountsservice gnome-themes-standard
adwaita-icon-theme"