mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-29 15:11:58 +00:00
12 lines
252 B
PkgConfig
12 lines
252 B
PkgConfig
|
prefix=
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: SDL2_net
|
||
|
Description: net library for Simple DirectMedia Layer
|
||
|
Version: 2.0.1
|
||
|
Requires: sdl2 >= 2.0.0
|
||
|
Libs: -L${libdir} -lSDL2_net
|
||
|
Cflags: -I${includedir}/SDL2
|