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 message dated Sun, 02 Apr 2017 23:44:11 +0200
with message-id <871stawklw.fsf <at> kirby.i-did-not-set--mail-host-address--so-tickle-me>
and subject line Re: bug#26200: [PATCH] gnu: sddm: Disable wayland support.
has caused the debbugs.gnu.org bug report #26200,
regarding [PATCH] gnu: sddm: Disable wayland support.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (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)]
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.