logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

sdl.pc.in (468B)


  1. # sdl pkg-config source file
  2. prefix=@prefix@
  3. exec_prefix=${prefix}
  4. libdir=@libdir@
  5. includedir=${prefix}/include
  6. Name: sdl
  7. 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.
  8. Version: 1.2.99
  9. Requires: sdl2
  10. Conflicts:
  11. Libs: -L${libdir} -lSDL
  12. Libs.private: -lSDL
  13. Cflags: -I${includedir}/SDL -D_GNU_SOURCE=1 -D_REENTRANT