aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-12-04 04:54:23 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-12-05 17:59:07 +0100
commit5498fcc438f92f86e1a597708e2d6a7c3d156a16 (patch)
tree36b7d8e282541a1a3400d672e05626990b96bdf3 /gnu/packages/xorg.scm
parent763f805d0457be883e1315e89a88bacac1b41e0e (diff)
downloadguix-5498fcc438f92f86e1a597708e2d6a7c3d156a16.tar
guix-5498fcc438f92f86e1a597708e2d6a7c3d156a16.tar.gz
gnu: libxcb: Do not build static libraries.
* gnu/packages/xorg.scm (libxcb)[arguments]: Add "--disable-static" in #:configure-flags.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r--gnu/packages/xorg.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b0295c899f..83732afbb6 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