gnu: xcb-util-renderutil: Do not build static libraries.
* gnu/packages/xorg.scm (xcb-util-renderutil)[arguments]: New field.master
parent
95c2ec0bb9
commit
dea60654ed
|
@ -5697,6 +5697,8 @@ The XCB util-keysyms module provides the following library:
|
|||
(base32
|
||||
"0nza1csdvvxbmk8vgv8vpmq7q8h05xrw3cfx9lwxd1hjzd47xsf6"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(propagated-inputs
|
||||
`(("libxcb" ,libxcb)))
|
||||
(native-inputs
|
||||
|
|
Reference in New Issue