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.
This commit is contained in:
Colin 2023-11-16 19:52:55 +00:00
parent f2fb4944f6
commit 1c8090feb8

View file

@ -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