summaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-12-04 04:24:53 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-12-05 17:59:03 +0100
commita0947e0d0765b1009637fc03d7abfd4bca627358 (patch)
tree6861292ee8531d14bc9c28509da1392c75b5f1f6 /gnu/packages/xorg.scm
parent326dc630941ca70c74b4e6e2b1a01f0d046890c2 (diff)
downloadguix-patches-a0947e0d0765b1009637fc03d7abfd4bca627358.tar
guix-patches-a0947e0d0765b1009637fc03d7abfd4bca627358.tar.gz
gnu: libxinerama: Do not build static libraries.
* gnu/packages/xorg.scm (libxinerama)[arguments]: New field.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r--gnu/packages/xorg.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 81e1512054..8b7aa12f9c 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4588,6 +4588,8 @@ cannot be adequately worked around on the client side of the wire.")
(base32
"086p0axqj57nvkaqa6r00dnr9kyrn1m8blgf0zjy25zpxkbxn200"))))
(build-system gnu-build-system)
+ (arguments
+ '(#:configure-flags '("--disable-static")))
(propagated-inputs
`(("xorgproto" ,xorgproto)))
(inputs