guix-commits
[Top][All Lists]
Advanced

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

69/94: gnu: libxcb: Do not build static libraries.


From: guix-commits
Subject: 69/94: gnu: libxcb: Do not build static libraries.
Date: Thu, 5 Dec 2019 12:15:38 -0500 (EST)

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

commit 5498fcc438f92f86e1a597708e2d6a7c3d156a16
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 4 04:54:23 2019 +0100

    gnu: libxcb: Do not build static libraries.
    
    * gnu/packages/xorg.scm (libxcb)[arguments]: Add "--disable-static" in
      #: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 b0295c8..83732af 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5124,7 +5124,8 @@ protocol.")
       `(("pkg-config" ,pkg-config)
         ("python" ,python-minimal-wrapper)))
     (arguments
-     `(#:configure-flags '("--enable-xkb")))
+     `(#:configure-flags '("--enable-xkb"
+                           "--disable-static")))
     (home-page "https://xcb.freedesktop.org/";)
     (synopsis "The X C Binding (XCB) library")
     (description



reply via email to

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