Commit 1c8090fe authored by Colin's avatar Colin
Browse files

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.
parent f2fb4944
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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