mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 13:21:05 +00:00
13 lines
302 B
PkgConfig
13 lines
302 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.2.0
|
|
Requires: sdl2 >= 2.0.4
|
|
Requires.private:
|
|
Libs: -L${libdir} -lSDL2_net
|
|
Libs.private:
|
|
Cflags: -I${includedir} -I${includedir}/SDL2
|