diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-04 04:46:36 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-05 17:59:04 +0100 |
commit | 9fcc987d20e6b65f5351e265c029d7a996d24787 (patch) | |
tree | 1c5472d8ba323f2d2e3c9ee27ef85156a0c3fbbb /gnu/packages/xorg.scm | |
parent | dce53e6bd2f844a5efdf5c67aa4f1726585c3752 (diff) |
gnu: libxft: Do not build static libraries.
* gnu/packages/xorg.scm (libxft)[arguments]: New field.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index b692429a61..06b2c7cb52 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) |