diff --git a/media-libs/sdl-image/files/sdl-image.pc.in b/media-libs/sdl-image/files/sdl-image.pc.in new file mode 100644 --- /dev/null +++ b/media-libs/sdl-image/files/sdl-image.pc.in @@ -0,0 +1,14 @@ +# sdl-image pkg-config source file, derived from sdl's pkg-config file + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: sdl +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. SDL-Image provides support for loading a number of image file formats. +Version: @VERSION@ +Requires: sdl-@SDL_VERSION@ +Conflicts: +Libs: -L${libdir} @IMG_LIBS@ +Cflags: -I${includedir}/SDL