diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c8c3e2b0c..8190467dc 100644 --- a/configure.ac +++ b/configure.ac @@ -124,6 +124,7 @@ AM_CONDITIONAL([ENABLE_TESTS],[test "$enable_tests" = "yes"]) PKG_CHECK_MODULES([DEPENDENCIES], [ glib-2.0 >= $GLIB_REQUIRED gmodule-2.0 + gthread-2.0 gio-unix-2.0 >= $GLIB_REQUIRED gtk+-2.0 >= $GTK_REQUIRED gtk+-unix-print-2.0 >= $GTK_REQUIRED |