tune the preloads a bit
[sdl_omap.git] / sdl.pc.in
CommitLineData
e14743d1 1# sdl pkg-config source file
2
3prefix=@prefix@
4exec_prefix=@exec_prefix@
5libdir=@libdir@
6includedir=@includedir@
7
8Name: sdl
9Description: 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.
10Version: @SDL_VERSION@
11Requires:
12Conflicts:
13Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@
14Libs.private: @SDL_STATIC_LIBS@
15Cflags: -I${includedir}/SDL @SDL_CFLAGS@