GNU bug report logs - #26200
[PATCH] gnu: sddm: Disable wayland support.

Previous Next

Package: guix-patches;

Reported by: Marius Bakke <mbakke <at> fastmail.com>

Date: Mon, 20 Mar 2017 23:50:01 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: guix-patches <at> gnu.org
Cc: Marius Bakke <mbakke <at> fastmail.com>
Subject: [PATCH] gnu: sddm: Disable wayland support.
Date: Tue, 21 Mar 2017 00:49:26 +0100
The "greenisland" dependency fails to build on core-updates and is unmaintained.

* gnu/packages/display-managers.scm (sddm)[inputs]: Remove GREENISLAND and
WAYLAND.
[arguments]: Remove ENABLE_WAYLAND from #:configure-flags.
---
 gnu/packages/display-managers.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/display-managers.scm b/gnu/packages/display-managers.scm
index 114773330..3f969739d 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -140,20 +140,15 @@ Qt-style API for Wayland clients.")
        ("qttools" ,qttools)))
     (inputs
      `(("glib" ,glib)
-       ("greenisland" ,greenisland)
        ("libxcb" ,libxcb)
        ("libxkbcommon" ,libxkbcommon)
        ("linux-pam" ,linux-pam)
        ("qtbase" ,qtbase)
        ("qtdeclarative" ,qtdeclarative)
-       ("shadow" ,shadow)
-       ("wayland" ,wayland)))
+       ("shadow" ,shadow)))
     (arguments
      `(#:configure-flags
        (list
-        ;; Currently doesn't do anything
-        ;; Option added by enable wayland greeters PR
-        "-DENABLE_WAYLAND=ON"
         "-DENABLE_PAM=ON"
         "-DCONFIG_FILE=/etc/sddm.conf"
         ;; Set path to /etc/login.defs
-- 
2.12.0





This bug report was last modified 8 years and 54 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.