diff options
author | Andy Belle-Isle <abelleisle@roadrunner.com> | 2015-09-07 11:01:56 -0400 |
---|---|---|
committer | Andy Belle-Isle <abelleisle@roadrunner.com> | 2015-09-07 11:01:56 -0400 |
commit | 7fcfe07e21363ec9cfacf05370585641e0bcb5ee (patch) | |
tree | fcdd00395d477e0064bca939525b3c261a3b23e2 /lib/pkgconfig | |
parent | e33069cc0f270c45e80c1ee2e6beafef1c262ec6 (diff) |
New SDL Headers
Diffstat (limited to 'lib/pkgconfig')
-rw-r--r-- | lib/pkgconfig/sdl2.pc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/pkgconfig/sdl2.pc b/lib/pkgconfig/sdl2.pc new file mode 100644 index 0000000..464ed78 --- /dev/null +++ b/lib/pkgconfig/sdl2.pc @@ -0,0 +1,15 @@ +# sdl pkg-config source file + +prefix=/usr/local/cross-tools/i686-w64-mingw32 +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: sdl2 +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. +Version: 2.0.3 +Requires: +Conflicts: +Libs: -L${libdir} -lmingw32 -lSDL2main -lSDL2 -mwindows +Libs.private: -lmingw32 -lSDL2main -lSDL2 -mwindows -Wl,--no-undefined -lm -ldinput8 -ldxguid -ldxerr8 -luser32 -lgdi32 -lwinmm -limm32 -lole32 -loleaut32 -lshell32 -lversion -luuid -XCClinker -static-libgcc +Cflags: -I${includedir}/SDL2 -Dmain=SDL_main |