summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 136d9b8..af3b959 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AM_PROG_CC_C_O # For per target CPPFLAGS (used in Makefile.am)
# Depedancies detection
# This uses "pkg-config --cflags sdl2" mechanics and sets DEPS_CFLAGS and DEPS_LIBS makefile vars
-PKG_CHECK_MODULES([DEPS], [sdl2])
+PKG_CHECK_MODULES([DEPS], [sdl2 SDL2_image])
# Files generation
AC_OUTPUT