mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: libxv: Do not build static libraries.
* gnu/packages/xorg.scm (libxv)[arguments]: New field.
This commit is contained in:
parent
2d4d56fc69
commit
6e6c9f39e4
1 changed files with 2 additions and 0 deletions
|
@ -4742,6 +4742,8 @@ (define-public libxv
|
|||
(base32
|
||||
"125hn06bd3d8y97hm2pbf5j55gg4r2hpd3ifad651i4sr7m16v6j"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(propagated-inputs
|
||||
`(("xorgproto" ,xorgproto)))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue