diff options
author | Clyne Sullivan <clyne@clyne-lp.example.com> | 2015-09-17 09:22:45 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@clyne-lp.example.com> | 2015-09-17 09:22:45 -0400 |
commit | c38029fa3d4fd7488c2bd9236eec86aff4448314 (patch) | |
tree | 2807889557cbc0c5391181c3556e4978eaa9549a /lib/pkgconfig/sdl2.pc | |
parent | 334ee89484336412d39e509c2594dee8f47c22ad (diff) |
shit
Diffstat (limited to 'lib/pkgconfig/sdl2.pc')
-rw-r--r-- | lib/pkgconfig/sdl2.pc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/pkgconfig/sdl2.pc b/lib/pkgconfig/sdl2.pc deleted file mode 100644 index 1a6dd4d..0000000 --- a/lib/pkgconfig/sdl2.pc +++ /dev/null @@ -1,15 +0,0 @@ -# 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
|