guix-commits
[Top][All Lists]
Advanced

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

09/46: gnu: libevdev: Do not build the static library.


From: guix-commits
Subject: 09/46: gnu: libevdev: Do not build the static library.
Date: Fri, 14 Feb 2020 12:40:57 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit ac9cc329fcfba3316af3b40e61608b2a09d19768
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Feb 12 16:52:07 2020 +0100

    gnu: libevdev: Do not build the static library.
    
    * gnu/packages/xorg.scm (libevdev)[arguments]: Add #:configure-flags.
---
 gnu/packages/xorg.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index cd6c321..2232be3 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2386,7 +2386,8 @@ XC-APPGROUP, XTEST.")
          "0xca343ff12wh6nsq76r0nbsfrm8dypjrzm4fqz9vv9v8i8kfrp1"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:phases (modify-phases %standard-phases
+     `(#:configure-flags '("--disable-static")
+       #:phases (modify-phases %standard-phases
                   (add-before 'configure 'pedantry
                     (lambda _
                       ;; XXX: libevdev includes kernel headers, which causes 
this



reply via email to

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