2016-05-18 05:53:35 +00:00
# sdl pkg-config source file
2017-10-28 21:50:36 +00:00
prefix = /usr/local/i686-w64-mingw32
2016-05-18 05:53:35 +00:00
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.
2017-10-28 21:50:36 +00:00
Version : 2.0.7
2016-05-18 05:53:35 +00:00
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 -static-libgcc
Cflags : -I${ includedir } /SDL2 -Dmain=SDL_main