mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05: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 @@ (define-public libxcb
|
|||
`(("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…
Reference in a new issue