🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
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
488 B

  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@