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