author | Sam Lantinga |
Wed, 13 May 2015 22:37:26 -0700 | |
changeset 9596 | ac646c8a73ae |
parent 7876 | d6373384b5ce |
child 13729 | 89a457159af4 |
permissions | -rw-r--r-- |
1 # sdl pkg-config source file
3 prefix=@prefix@
4 exec_prefix=@exec_prefix@
5 libdir=@libdir@
6 includedir=@includedir@
8 Name: sdl2
9 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.
10 Version: @SDL_VERSION@
11 Requires:
12 Conflicts:
13 Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@
14 Libs.private: @SDL_STATIC_LIBS@
15 Cflags: -I${includedir}/SDL2 @SDL_CFLAGS@