Commit 59b38619 authored by Rafaël Carré's avatar Rafaël Carré

contrib: SDL_image: add missing dependencies to .pc file

parent 0d23c1c8
--- SDL_image/SDL_image.pc.in.orig 2011-11-15 10:34:23.504770604 -0500
+++ SDL_image/SDL_image.pc.in 2011-11-15 10:34:39.924852030 -0500
@@ -8,5 +8,6 @@
Version: @VERSION@
Requires: sdl >= @SDL_VERSION@
Libs: -L${libdir} -lSDL_image
+Libs.private: -ljpeg -ltiff -lpng -lz
Cflags: -I${includedir}/SDL
......@@ -16,6 +16,7 @@ $(TARBALLS)/SDL_image-$(SDL_IMAGE_VERSION).tar.gz:
SDL_image: SDL_image-$(SDL_IMAGE_VERSION).tar.gz .sum-SDL_image
$(UNPACK)
$(APPLY) $(SRC)/SDL_image/SDL_image.patch
$(APPLY) $(SRC)/SDL_image/pkg-config.patch
$(MOVE)
DEPS_SDL_image = png $(DEPS_png) jpeg $(DEPS_jpeg) tiff $(DEPS_tiff) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment