mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 21:31:25 +00:00
11 lines
252 B
PkgConfig
11 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
|