author | Jim Grandpre <jim.tla@gmail.com> |
Tue, 01 Jun 2010 02:54:33 -0400 | |
changeset 4646 | eea1bf53effa |
parent 2293 | 824f6dee6648 |
permissions | -rw-r--r-- |
slouken@1866 | 1 |
# sdl pkg-config source file |
slouken@1866 | 2 |
|
slouken@1866 | 3 |
prefix=@prefix@ |
slouken@1866 | 4 |
exec_prefix=@exec_prefix@ |
slouken@1866 | 5 |
libdir=@libdir@ |
slouken@1866 | 6 |
includedir=@includedir@ |
slouken@1866 | 7 |
|
slouken@1866 | 8 |
Name: sdl |
slouken@1866 | 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. |
slouken@1866 | 10 |
Version: @SDL_VERSION@ |
slouken@1866 | 11 |
Requires: |
slouken@1866 | 12 |
Conflicts: |
slouken@1866 | 13 |
Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@ |
slouken@2293 | 14 |
Libs.private: @SDL_STATIC_LIBS@ |
slouken@1866 | 15 |
Cflags: -I${includedir}/SDL @SDL_CFLAGS@ |