Commit 9fa51783 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: fix SDL_image dependencies

parent 71adf301
...@@ -18,6 +18,9 @@ SDL_image: SDL_image-$(SDL_IMAGE_VERSION).tar.gz .sum-SDL_image ...@@ -18,6 +18,9 @@ SDL_image: SDL_image-$(SDL_IMAGE_VERSION).tar.gz .sum-SDL_image
$(APPLY) $(SRC)/SDL_image/SDL_image.patch $(APPLY) $(SRC)/SDL_image/SDL_image.patch
$(MOVE) $(MOVE)
DEPS_SDL_image = png $(DEPS_png) jpeg $(DEPS_jpeg) tiff $(DEPS_tiff) \
sdl $(DEPS_sdl)
.SDL_image: SDL_image .png .jpeg .sdl .SDL_image: SDL_image .png .jpeg .sdl
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-tif --disable-sdltest cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-tif --disable-sdltest
cd $< && $(MAKE) install cd $< && $(MAKE) install
......
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
TIFF_VERSION := 3.9.5 TIFF_VERSION := 3.9.5
TIFF_URL := ftp://ftp.remotesensing.org/libtiff/tiff-$(TIFF_VERSION).tar.gz TIFF_URL := ftp://ftp.remotesensing.org/libtiff/tiff-$(TIFF_VERSION).tar.gz
PKGS += tiff
$(TARBALLS)/tiff-$(TIFF_VERSION).tar.gz: $(TARBALLS)/tiff-$(TIFF_VERSION).tar.gz:
$(call download,$(TIFF_URL)) $(call download,$(TIFF_URL))
......
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