mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: libwebp: Do not build static libraries.
* gnu/packages/image.scm (libwebp)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
f6943db7d3
commit
371d95ebc7
1 changed files with 2 additions and 1 deletions
|
@ -1128,7 +1128,8 @@ language bindings to VIGRA.")
|
|||
(arguments
|
||||
'(#:configure-flags '("--enable-libwebpmux"
|
||||
"--enable-libwebpdemux"
|
||||
"--enable-libwebpdecoder")))
|
||||
"--enable-libwebpdecoder"
|
||||
"--disable-static")))
|
||||
(home-page "https://developers.google.com/speed/webp/")
|
||||
(synopsis "Lossless and lossy image compression")
|
||||
(description
|
||||
|
|
Loading…
Add table
Reference in a new issue