Mercurial > sdl-ios-xcode
comparison sdl.pc.in @ 2293:824f6dee6648
Merged fix for bug #531 from SDL 1.2 revision 3511
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 01 Jan 2008 15:26:11 +0000 |
parents | 926aea04a595 |
children |
comparison
equal
deleted
inserted
replaced
2292:4845eb8d4221 | 2293:824f6dee6648 |
---|---|
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. | 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@ | 10 Version: @SDL_VERSION@ |
11 Requires: | 11 Requires: |
12 Conflicts: | 12 Conflicts: |
13 Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@ | 13 Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@ |
14 Libs.private: @SDL_STATIC_LIBS@ | |
14 Cflags: -I${includedir}/SDL @SDL_CFLAGS@ | 15 Cflags: -I${includedir}/SDL @SDL_CFLAGS@ |