gnu: libxi: Do not build static libraries.
* gnu/packages/xorg.scm (libxi)[arguments]: New field.master
parent
a0947e0d07
commit
0e48722212
|
@ -4955,6 +4955,8 @@ new API's in libXft, or the legacy API's in libX11.")
|
||||||
(base32
|
(base32
|
||||||
"0q8hz3slga3w3ch8wp0k7ay9ilhz315qnab0w1y2x9w3cf7hv8rn"))))
|
"0q8hz3slga3w3ch8wp0k7ay9ilhz315qnab0w1y2x9w3cf7hv8rn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:configure-flags '("--disable-static")))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("xorgproto" ,xorgproto)
|
`(("xorgproto" ,xorgproto)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
|
|
Reference in New Issue