about summary refs log tree commit diff
path: root/pkgs/development/libraries/allegro
diff options
context:
space:
mode:
authorColin <colin@uninsane.org>2023-11-16 19:52:55 +0000
committerColin <colin@uninsane.org>2023-11-16 19:52:55 +0000
commit1c8090feb886d6aae5d1d519529b83deb1ce8844 (patch)
tree75d4703239407ba305c2553e653fed01ff3e3909 /pkgs/development/libraries/allegro
parentf2fb4944f63bef0354a88e3e94c8e847bddd03f0 (diff)
allegro5: enable webp support
allegro conditionall supports for image formats based on what's
available at compile time. building allegro with `libwebp` allows
users of the the library to load webp image assets at runtime.
Diffstat (limited to 'pkgs/development/libraries/allegro')
-rw-r--r--pkgs/development/libraries/allegro/5.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/allegro/5.nix b/pkgs/development/libraries/allegro/5.nix
index 125402009cf0a..487b0dfde0d62 100644
--- a/pkgs/development/libraries/allegro/5.nix
+++ b/pkgs/development/libraries/allegro/5.nix
@@ -16,6 +16,7 @@
 , libpulseaudio
 , libtheora
 , libvorbis
+, libwebp
 , libX11
 , libXcursor
 , libXdmcp
@@ -65,6 +66,7 @@ stdenv.mkDerivation rec {
     libpng
     libtheora
     libvorbis
+    libwebp
     openal
     pcre
     physfs