guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: sdl-image: Add libwebp input.


From: David Thompson
Subject: 04/04: gnu: sdl-image: Add libwebp input.
Date: Fri, 18 Dec 2015 03:47:03 +0000

davexunit pushed a commit to branch master
in repository guix.

commit 6a51e95b6690cf7b8b5bd14794fdb126b0d6b1e6
Author: David Thompson <address@hidden>
Date:   Thu Dec 17 22:32:05 2015 -0500

    gnu: sdl-image: Add libwebp input.
    
    * gnu/packages/sdl.scm (sdl-image)[propagated-inputs]: Add libwebp.
---
 gnu/packages/sdl.scm |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index 2fdddcc..825e7db 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -174,8 +174,6 @@ other supporting functions for SDL.")
                            "--disable-tif-shared"
                            "--disable-webp-shared")))
     (native-inputs `(("pkg-config" ,pkg-config)))
-    ;; FIXME: Add webp
-    ;;
     ;; libjpeg, libpng, and libtiff are propagated inputs because the
     ;; SDL_image headers include the headers of these libraries.  SDL is a
     ;; propagated input because the pkg-config file refers to SDL's pkg-config
@@ -183,7 +181,8 @@ other supporting functions for SDL.")
     (propagated-inputs `(("sdl" ,sdl)
                          ("libjpeg" ,libjpeg)
                          ("libpng" ,libpng)
-                         ("libtiff" ,libtiff)))
+                         ("libtiff" ,libtiff)
+                         ("libwebp" ,libwebp)))
     (synopsis "SDL image loading library")
     (description "SDL_image is an image file loading library for SDL that
 supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]