mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
add sdl2_net .pc file
This commit is contained in:
parent
27172b80da
commit
062b10169e
1 changed files with 11 additions and 0 deletions
11
deps/sdl2_net/lib/pkgconfig/SDL2_net.pc
vendored
Normal file
11
deps/sdl2_net/lib/pkgconfig/SDL2_net.pc
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
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
|
Loading…
Reference in a new issue