From c243e95160075c1a736e5442b14166773dee92f0 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 29 Oct 2021 17:36:17 +0200 Subject: sdl2-image: add tiff dependency The option was broken before. configure just prints a warning and disables tiff support if libtiff is not found. Signed-off-by: Michael Olbrich --- rules/sdl2-image.in | 1 + 1 file changed, 1 insertion(+) (limited to 'rules/sdl2-image.in') diff --git a/rules/sdl2-image.in b/rules/sdl2-image.in index db234b153..cd4ad3446 100644 --- a/rules/sdl2-image.in +++ b/rules/sdl2-image.in @@ -7,6 +7,7 @@ menuconfig SDL2_IMAGE select LIBPNG if SDL2_IMAGE_PNG select LIBJPEG if SDL2_IMAGE_JPG select LIBWEBP if SDL2_IMAGE_WEBP + select LIBTIFF if SDL2_IMAGE_TIF help This is a simple library to load images of various formats as SDL surfaces. This library currently supports -- cgit v1.2.3