sdl2.pc.in 488 B

123456789101112131415
  1. # sdl pkg-config source file
  2. prefix=@prefix@
  3. exec_prefix=@exec_prefix@
  4. libdir=@libdir@
  5. includedir=@includedir@
  6. Name: sdl2
  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: @SDL_VERSION@
  9. Requires:
  10. Conflicts:
  11. Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@
  12. Libs.private: @SDL_STATIC_LIBS@
  13. Cflags: -I${includedir}/SDL2 @SDL_CFLAGS@