added sdl developement libraries for extremely lazy compiling... :)
This commit is contained in:
12
lib/pkgconfig/SDL2_image.pc
Normal file
12
lib/pkgconfig/SDL2_image.pc
Normal file
@ -0,0 +1,12 @@
|
||||
prefix=/usr/local/i686-w64-mingw32
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: SDL2_image
|
||||
Description: image loading library for Simple DirectMedia Layer
|
||||
Version: 2.0.2
|
||||
Requires: sdl2 >= 2.0.0
|
||||
Libs: -L${libdir} -lSDL2_image
|
||||
Cflags: -I${includedir}/SDL2
|
||||
|
12
lib/pkgconfig/SDL2_ttf.pc
Normal file
12
lib/pkgconfig/SDL2_ttf.pc
Normal file
@ -0,0 +1,12 @@
|
||||
prefix=/usr/local/cross-tools/i686-w64-mingw32
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: SDL2_ttf
|
||||
Description: ttf library for Simple DirectMedia Layer with FreeType 2 support
|
||||
Version: 2.0.14
|
||||
Requires: sdl2 >= 2.0.0
|
||||
Libs: -L${libdir} -lSDL2_ttf
|
||||
Cflags: -I${includedir}/SDL2
|
||||
|
15
lib/pkgconfig/sdl2.pc
Normal file
15
lib/pkgconfig/sdl2.pc
Normal file
@ -0,0 +1,15 @@
|
||||
# sdl pkg-config source file
|
||||
|
||||
prefix=/usr/local/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.7
|
||||
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
|
Reference in New Issue
Block a user