emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#26200: closed ([PATCH] gnu: sddm: Disable wayland


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26200: closed ([PATCH] gnu: sddm: Disable wayland support.)
Date: Sun, 02 Apr 2017 21:45:01 +0000

Your message dated Sun, 02 Apr 2017 23:44:11 +0200
with message-id <address@hidden>
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
address@hidden)


-- 
26200: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26200
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#26200: [PATCH] gnu: sddm: Disable wayland support. Date: Sun, 02 Apr 2017 23:44:11 +0200 User-agent: Notmuch/0.24.1 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu)
Leo Famulari <address@hidden> 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.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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