mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-04-24 03:47:37 +00:00
16 lines
592 B
PkgConfig
16 lines
592 B
PkgConfig
# 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} -lSDL2
|
|
Libs.private: -lSDL2 -Wl,--no-undefined -lm -ldl -lGLESv1_CM -lGLESv2 -llog -landroid -lpulse-simple -lpulse
|
|
Cflags: -I${includedir}/SDL2 -DGL_GLEXT_PROTOTYPES -D_REENTRANT -D_THREAD_SAFE
|