mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
add sdl2_image .pc file
This commit is contained in:
parent
24741ef794
commit
24a02f447e
1 changed files with 13 additions and 0 deletions
13
deps/sdl2_image/lib/pkgconfig/SDL2_image.pc
vendored
Normal file
13
deps/sdl2_image/lib/pkgconfig/SDL2_image.pc
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
prefix=
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: SDL2_image
|
||||
Description: image loading library for Simple DirectMedia Layer
|
||||
Version: 2.0.5
|
||||
Requires: sdl2 >= 2.0.8
|
||||
Requires.private: libwebp
|
||||
Libs: -L${libdir} -lSDL2_image
|
||||
Cflags: -I${includedir}/SDL2
|
||||
|
Loading…
Reference in a new issue