mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libtheora: Do not build static libraries.
* gnu/packages/xiph.scm (libtheora)[arguments]: New field.
This commit is contained in:
parent
b134c7ba16
commit
5c1f02727e
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ (define libtheora
|
|||
"0q8wark9ribij57dciym5vdikg2464p8q2mgqvfb78ksjh4s8vgk"))
|
||||
(patches (search-patches "libtheora-config-guess.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(inputs `(("libvorbis" ,libvorbis)))
|
||||
;; The .pc files refer to libogg.
|
||||
(propagated-inputs `(("libogg" ,libogg)))
|
||||
|
|
Loading…
Reference in a new issue