summaryrefslogtreecommitdiffstats
path: root/rules/sdl2-image.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-10-29 17:36:17 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-10-29 20:01:12 +0200
commitc243e95160075c1a736e5442b14166773dee92f0 (patch)
tree1623a955e2579dd4fa246f2c29c39e2f23066ae0 /rules/sdl2-image.in
parent47104f58d1f07d39bd85e562662fd06cafba89de (diff)
downloadptxdist-c243e95160075c1a736e5442b14166773dee92f0.tar.gz
ptxdist-c243e95160075c1a736e5442b14166773dee92f0.tar.xz
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 <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/sdl2-image.in')
-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