guix-commits
[Top][All Lists]
Advanced

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

75/94: gnu: xcb-util-cursor: Do not build static libraries.


From: guix-commits
Subject: 75/94: gnu: xcb-util-cursor: Do not build static libraries.
Date: Thu, 5 Dec 2019 12:15:39 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 5bf6d5597462118f2f369df48e1ad14dbf0f17a5
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 4 04:56:44 2019 +0100

    gnu: xcb-util-cursor: Do not build static libraries.
    
    * gnu/packages/xorg.scm (xcb-util-cursor)[arguments]: New field.
---
 gnu/packages/xorg.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e764b91..11497be 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5543,6 +5543,8 @@ The XCB util module provides the following libraries:
                (base32
                 "0krr4rcw6r42cncinzvzzdqnmxk3nrgpnadyg2h8k9x10q3hm885"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags '("--disable-static")))
     (native-inputs
      `(("m4" ,m4)
        ("pkg-config" ,pkg-config)))



reply via email to

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