gnu: libxcb: Do not build static libraries.
* gnu/packages/xorg.scm (libxcb)[arguments]: Add "--disable-static" in #:configure-flags.master
parent
763f805d04
commit
5498fcc438
|
@ -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
|
||||
|
|
Reference in New Issue