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:
parent
f2fb4944f6
commit
1c8090feb8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue