GNU bug report logs -
#26200
[PATCH] gnu: sddm: Disable wayland support.
Previous Next
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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#26200: [PATCH] gnu: sddm: Disable wayland support.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 26200 <at> debbugs.gnu.org.
--
26200: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26200
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Leo Famulari <leo <at> famulari.name> writes:
> On Tue, Mar 21, 2017 at 12:49:26AM +0100, Marius Bakke wrote:
>> The "greenisland" dependency fails to build on core-updates and is unmaintained.
>>
>> * gnu/packages/display-managers.scm (sddm)[inputs]: Remove GREENISLAND and
>> WAYLAND.
>
> Can you clarify why we remove both wayland and greenisland?
I can not :)
Pushed a different version of this to 'core-updates' as
60f37e3cb1cb0ff829ad9b615ff5d7a36bc7b6f3.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
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.