gnu: libxv: Do not build static libraries.
* gnu/packages/xorg.scm (libxv)[arguments]: New field.master
parent
2d4d56fc69
commit
6e6c9f39e4
|
@ -4742,6 +4742,8 @@ protocol and arbitrary X extension protocol.")
|
|||
(base32
|
||||
"125hn06bd3d8y97hm2pbf5j55gg4r2hpd3ifad651i4sr7m16v6j"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(propagated-inputs
|
||||
`(("xorgproto" ,xorgproto)))
|
||||
(inputs
|
||||
|
|
Reference in New Issue