me
/
guix
Archived
1
0
Fork 0

gnu: libxvmc: Do not build static libraries.

* gnu/packages/xorg.scm (libxvmc)[arguments]: New field.
master
Marius Bakke 2019-12-04 04:53:34 +01:00
parent 7711aa4024
commit 97d323b4b7
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -5051,6 +5051,8 @@ new API's in libXft, or the legacy API's in libX11.")
(base32
"1kbdjsvkm5l7axv7g477qj18sab2wnqhliy6197syzizgfbsfgbb"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(propagated-inputs
`(("libxv" ,libxv)))
(inputs