summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2022-05-22 18:59:57 +0200
committerFlorian Franzmann2022-05-23 18:01:26 +0200
commita51325a135c9e31009174482d57811aecc72e1d1 (patch)
treeb0cffa7a286a92ceea1eb08afcb831a795bee2cb
parent6b751c2ce0aa8ba4245839a48af7eba7d0bd1bd0 (diff)
xorg-app/xdm: Add suggested dependency on gsettings-desktop-schemas
-rwxr-xr-xxorg-app/xdm/DEPENDS7
-rw-r--r--xorg-app/xdm/HISTORY1
2 files changed, 7 insertions, 1 deletions
diff --git a/xorg-app/xdm/DEPENDS b/xorg-app/xdm/DEPENDS
index 52d9e1eab6..2f4e26588b 100755
--- a/xorg-app/xdm/DEPENDS
+++ b/xorg-app/xdm/DEPENDS
@@ -45,4 +45,9 @@ optional_depends libselinux \
suggest_depends xrdb \
"" \
"" \
- "for a customizable login window"
+ "for a customizable login window" &&
+
+suggest_depends gsettings-desktop-schemas \
+ "" \
+ "" \
+ "for gsettings support"
diff --git a/xorg-app/xdm/HISTORY b/xorg-app/xdm/HISTORY
index db877f71dc..6a3becdbe9 100644
--- a/xorg-app/xdm/HISTORY
+++ b/xorg-app/xdm/HISTORY
@@ -5,6 +5,7 @@
* pam.d/xdm: add pam config
* patches/0001-Source-Xsession.d-files.patch, PRE_BUILD: Source files
in /etc/X11/Xsession.d at session start
+ * DEPENDS: add suggested dependency on gsettings-desktop-schemas
2022-04-04 Treeve Jelbert <treeve@sourcemage.org>