guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: xorg-server: Enable Xephyr.


From: David Craven
Subject: 06/06: gnu: xorg-server: Enable Xephyr.
Date: Mon, 22 Aug 2016 20:24:48 +0000 (UTC)

dvc pushed a commit to branch core-updates
in repository guix.

commit 324caeb10958ac0fab593584fd2c494def54c23c
Author: David Craven <address@hidden>
Date:   Wed Aug 17 17:22:55 2016 +0200

    gnu: xorg-server: Enable Xephyr.
    
    * gnu/packages/xorg.scm (xorg-server)[inputs]: Add xcb-util, xcb-util-image,
    xcb-util-keysyms, xcb-util-renderutil, xcb-util-wm.
    [arguments]: Add '--enable-kdrive' and '--enable-xephyr' configure-flags.
---
 gnu/packages/xorg.scm |   13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b24e437..9c87602 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5088,7 +5088,13 @@ over Xlib, including:
         ("xkbcomp" ,xkbcomp)
         ("xkeyboard-config" ,xkeyboard-config)
         ("xtrans" ,xtrans)
-        ("zlib" ,zlib)))
+        ("zlib" ,zlib)
+        ;; Inputs for Xephyr
+        ("xcb-util" ,xcb-util)
+        ("xcb-util-image" ,xcb-util-image)
+        ("xcb-util-keysyms" ,xcb-util-keysyms)
+        ("xcb-util-renderutil" ,xcb-util-renderutil)
+        ("xcb-util-wm" ,xcb-util-wm)))
     (native-inputs
        `(("python" ,python-minimal-wrapper)
          ("pkg-config" ,pkg-config)))
@@ -5106,7 +5112,10 @@ over Xlib, including:
                             "/bin")
 
              ;; For the log file, etc.
-             "--localstatedir=/var")
+             "--localstatedir=/var"
+             ;; For sddm
+             "--enable-kdrive"
+             "--enable-xephyr")
 
        #:phases (alist-cons-before
                  'configure 'pre-configure



reply via email to

[Prev in Thread] Current Thread [Next in Thread]