zdoom-macos-deps/deps/sdl2/lib/pkgconfig/sdl2.pc

15 lines
663 B
PkgConfig
Raw Normal View History

2020-12-17 10:04:59 +00:00
# sdl pkg-config source file
prefix=
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: sdl2
Description: Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.
2022-01-19 10:12:46 +00:00
Version: 2.0.20
2020-12-17 10:04:59 +00:00
Requires:
Conflicts:
2021-12-04 11:46:55 +00:00
Libs: -L${libdir} -lSDL2 -framework AudioToolbox -framework AVFoundation -framework Carbon -framework Cocoa -framework CoreAudio -framework CoreVideo -framework ForceFeedback -framework Foundation -framework IOKit -framework Metal -framework QuartzCore
2020-12-17 10:04:59 +00:00
Cflags: -I${includedir}/SDL2 -D_THREAD_SAFE