mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-19 18:05:05 +00:00
15 lines
489 B
PkgConfig
15 lines
489 B
PkgConfig
# sdl pkg-config source file
|
|
|
|
prefix=/usr/local
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib64
|
|
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.
|
|
Version: 2.33.0
|
|
Requires.private:
|
|
Conflicts:
|
|
Libs: -L${libdir} -lSDL2 -pthread -lm
|
|
Cflags: -I${includedir} -I${includedir}/SDL2 -D_REENTRANT
|