You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
553 B
15 lines
553 B
# sdl pkg-config source file |
|
|
|
prefix=/usr/local |
|
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.12 |
|
Requires: |
|
Conflicts: |
|
Libs: -L${libdir} -Wl,-rpath,${libdir} -Wl,--enable-new-dtags -lSDL2 |
|
Libs.private: -lSDL2 -Wl,--no-undefined -lm -ldl -lpthread -lrt |
|
Cflags: -I${includedir}/SDL2 -D_REENTRANT
|
|
|