mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
12 lines
257 B
PkgConfig
12 lines
257 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: SDL_net
|
|
Description: net library for Simple DirectMedia Layer
|
|
Version: @VERSION@
|
|
Requires: sdl >= @SDL_VERSION@
|
|
Libs: -L${libdir} -lSDL_net
|
|
Cflags: -I${includedir}/SDL
|