mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: libxcb: Do not build static libraries.
* gnu/packages/xorg.scm (libxcb)[arguments]: Add "--disable-static" in #:configure-flags.
This commit is contained in:
parent
763f805d04
commit
5498fcc438
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue