GNU bug report logs - #51953
[PATCH core-updates-frozen 0/2] Fix wlroots build with Meson 0.60.0

Previous Next

Package: guix-patches;

Reported by: Jack Hill <jackhill <at> jackhill.us>

Date: Thu, 18 Nov 2021 16:44:01 UTC

Severity: normal

Tags: patch

Done: Jack Hill <jackhill <at> jackhill.us>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Jack Hill <jackhill <at> jackhill.us>
To: 51953 <at> debbugs.gnu.org
Subject: [bug#51953] [PATCH core-updates-frozen 1/2] gnu: wlroots: Remove logind-provider configure option.
Date: Thu, 18 Nov 2021 11:44:58 -0500
* gnu/packages/wm.scm (wlroots)[arguments]: Remove #:configure-flags.
---
 gnu/packages/wm.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 7b7d04eb93..d3edfe3328 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1480,8 +1480,7 @@ (define-public wlroots
         (base32 "1sshp3lvlkl1i670kxhwsb4xzxl8raz6769kqvgmxzcb63ns9ay1"))))
     (build-system meson-build-system)
     (arguments
-     `(#:configure-flags '("-Dlogind-provider=elogind")
-       #:phases
+     '(#:phases
        (modify-phases %standard-phases
          (add-before 'configure 'hardcode-paths
            (lambda* (#:key inputs #:allow-other-keys)
-- 
2.33.1





This bug report was last modified 3 years and 183 days ago.

Previous Next


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