v2 / vlib / v / pkgconfig / test_samples / sdl2.pc
15 lines · 13 sloc · 693 bytes · 1a8a1ceb0a1ce792597d6ee30643e2c57ac160db
Raw
1# sdl pkg-config source file
2
3prefix=/usr
4exec_prefix=${prefix}
5libdir=${prefix}/lib/x86_64-linux-gnu
6includedir=${prefix}/include
7
8Name: sdl2
9Description: 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.
10Version: 2.0.10
11Requires:
12Conflicts:
13Libs: -L${libdir} -lSDL2
14Libs.private: -lSDL2 -Wl,--no-undefined -lm -ldl -lasound -lm -ldl -lpthread -lpulse-simple -lpulse -lX11 -lXext -lXcursor -lXinerama -lXi -lXrandr -lXss -lXxf86vm -lwayland-egl -lwayland-client -lwayland-cursor -lxkbcommon -lpthread -lrt
15Cflags: -I${includedir}/SDL2 -D_REENTRANT
16