summary refs log tree commit diff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorDiego Nicola Barbato <dnbarbato@posteo.de>2019-04-28 14:48:47 +0200
committerLudovic Courtès <ludo@gnu.org>2019-05-07 15:46:54 +0200
commit6426a8fb6c350793939d894962e108f489568cb9 (patch)
treed342fe26cacf668ad09ed4e74f515b2af7685904 /gnu/local.mk
parent341225ac6ccf1e2fcf52a58fb4230586a53bae05 (diff)
downloadguix-6426a8fb6c350793939d894962e108f489568cb9.tar.gz
gnu: slim: Allow customisation of Xorg display.
Previously SLiM could only start on display :0.0.  This change makes it
possible to run multiple instances of SLiM at the same time.

* gnu/packages/patches/slim-display.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/display-managers.scm (slim): Use it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index eabf07e557..3d3b29b135 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1271,6 +1271,7 @@ dist_patch_DATA =						\
   %D%/packages/patches/slim-sigusr1.patch			\
   %D%/packages/patches/slim-reset.patch				\
   %D%/packages/patches/slim-login.patch				\
+  %D%/packages/patches/slim-display.patch			\
   %D%/packages/patches/snappy-add-O2-flag-in-CmakeLists.txt.patch	\
   %D%/packages/patches/sooperlooper-build-with-wx-30.patch 	\
   %D%/packages/patches/soundconverter-remove-gconf-dependency.patch	\