gnu: xcb-util-cursor: Do not build static libraries.
* gnu/packages/xorg.scm (xcb-util-cursor)[arguments]: New field.master
parent
4965ca7783
commit
5bf6d55974
|
@ -5543,6 +5543,8 @@ The XCB util module provides the following libraries:
|
|||
(base32
|
||||
"0krr4rcw6r42cncinzvzzdqnmxk3nrgpnadyg2h8k9x10q3hm885"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(native-inputs
|
||||
`(("m4" ,m4)
|
||||
("pkg-config" ,pkg-config)))
|
||||
|
|
Reference in New Issue