me
/
guix
Archived
1
0
Fork 0

gnu: libxcb: Do not build static libraries.

* gnu/packages/xorg.scm (libxcb)[arguments]: Add "--disable-static" in
  #:configure-flags.
master
Marius Bakke 2019-12-04 04:54:23 +01:00
parent 763f805d04
commit 5498fcc438
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -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