guix-commits
[Top][All Lists]
Advanced

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

49/94: gnu: libxcomposite: Do not build static libraries.


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

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

commit 49a6fca11e58a3cc58c9dfe4ef6622fc78162cd9
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 4 04:45:54 2019 +0100

    gnu: libxcomposite: Do not build static libraries.
    
    * gnu/packages/xorg.scm (libxcomposite)[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 5d3190c..d8930d4 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1285,6 +1285,8 @@ with the Cygwin XWin server when running X11 in a 
rootless mode.")
           (base32
             "13sfcglvz87vl58hd9rszwr73z0z4nwga3c12rfh7f5s2ln8l8dk"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags '("--disable-static")))
     (propagated-inputs
      ;; xcomposite.pc refers to all these.
       `(("xorgproto" ,xorgproto)



reply via email to

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