summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/sdl2-image.in1
1 files changed, 1 insertions, 0 deletions
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