mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-03 17:02:02 +00:00
14 lines
293 B
PkgConfig
14 lines
293 B
PkgConfig
|
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
|
||
|
|