quinn-sdl/sdl.pc
Kevin Lange eabadf1f79 init
2013-06-12 19:48:51 -07:00

16 lines
516 B
PkgConfig

# sdl pkg-config source file
prefix=/home/klange/osdev/toolchain/local/i686-pc-toaru
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: sdl
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: 1.2.15
Requires:
Conflicts:
Libs: -L${libdir} -lSDL
Libs.private: -lSDL -lm -ltoaru
Cflags: -I${includedir}/SDL -D_GNU_SOURCE=1