summaryrefslogtreecommitdiffstats
path: root/xorg-app
diff options
context:
space:
mode:
authorFlorian Franzmann2018-08-21 14:21:03 +0200
committerFlorian Franzmann2018-08-21 14:55:17 +0200
commit8cbe274b65e53742a5d092acbf54a990b66d06bc (patch)
tree4a87363e541f5f5a8e5c14d009c681187e700702 /xorg-app
parent14e028a74ad6788bbea9e2cf81462bd5888c949d (diff)
xorg-app/xdm: add dependency on font-misc-misc
Diffstat (limited to 'xorg-app')
-rwxr-xr-xxorg-app/xdm/DEPENDS1
-rw-r--r--xorg-app/xdm/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/xorg-app/xdm/DEPENDS b/xorg-app/xdm/DEPENDS
index 8a104fd319..52d9e1eab6 100755
--- a/xorg-app/xdm/DEPENDS
+++ b/xorg-app/xdm/DEPENDS
@@ -11,6 +11,7 @@ depends libxext &&
depends libxmu &&
depends libxt &&
depends util-macros &&
+depends font-misc-misc &&
if [[ $XDM_XCONSOLE == "y" ]]; then
depends xconsole
diff --git a/xorg-app/xdm/HISTORY b/xorg-app/xdm/HISTORY
index fa17a10f8d..4f4ff73ee3 100644
--- a/xorg-app/xdm/HISTORY
+++ b/xorg-app/xdm/HISTORY
@@ -1,3 +1,6 @@
+2018-08-21 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS: add dependency on font-misc-misc
+
2018-08-19 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* PRE_BUILD, xdm-1.1.11-cve-2013-2179.patch: fix potential null-pointer dereference,
patch from gentoo