guix-commits
[Top][All Lists]
Advanced

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

51/94: gnu: libxft: Do not build static libraries.


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

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

commit 9fcc987d20e6b65f5351e265c029d7a996d24787
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 4 04:46:36 2019 +0100

    gnu: libxft: Do not build static libraries.
    
    * gnu/packages/xorg.scm (libxft)[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 b692429..06b2c7c 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1344,6 +1344,8 @@ with the Cygwin XWin server when running X11 in a 
rootless mode.")
           (base32
             "05lja9s54090xwh31r0bqms4v3pimng5xr09g2rdnafx2vk6hp12"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags '("--disable-static")))
     (propagated-inputs
      ;; xft.pc refers to all these.
       `(("libxrender" ,libxrender)



reply via email to

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