mirror of
https://github.com/dhewm/dhewm3-libs.git
synced 2024-12-02 08:53:19 +00:00
7f306262db
./configure --host=x86_64-w64-mingw32 \ --prefix=$HOME/devel/games/doom3-libs/x86_64-w64-mingw32
15 lines
623 B
PkgConfig
15 lines
623 B
PkgConfig
# sdl pkg-config source file
|
|
|
|
prefix=/home/andre/devel/games/doom3-libs/x86_64-w64-mingw32
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: sdl
|
|
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: 1.2.14
|
|
Requires:
|
|
Conflicts:
|
|
Libs: -L${libdir} -lmingw32 -lSDLmain -lSDL -mwindows
|
|
Libs.private: -lmingw32 -lSDLmain -lSDL -mwindows -lm -luser32 -lgdi32 -lwinmm -ldxguid
|
|
Cflags: -I${includedir}/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main
|