Mercurial > sdl-ios-xcode
comparison sdl.pc.in @ 1866:926aea04a595
Bug #250, pkg-config support contributed by Mikael Eriksson
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 20 Jun 2006 05:49:53 +0000 |
parents | |
children | 824f6dee6648 |
comparison
equal
deleted
inserted
replaced
1865:d688ac43a76b | 1866:926aea04a595 |
---|---|
1 # sdl pkg-config source file | |
2 | |
3 prefix=@prefix@ | |
4 exec_prefix=@exec_prefix@ | |
5 libdir=@libdir@ | |
6 includedir=@includedir@ | |
7 | |
8 Name: sdl | |
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 Cflags: -I${includedir}/SDL @SDL_CFLAGS@ |