summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 24c96eb..98ce338 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,6 +40,7 @@ case "$with_gtk" in
GDK_REQUIRED=3.0
;;
esac
+AC_SUBST([GTK_API_VERSION])
dnl ***************************************************************************
dnl *** Minimum library versions for libmatekbd ***
@@ -124,6 +125,8 @@ AM_CONDITIONAL(BUILD_TESTS, test "$enable_tests" = "yes")
AC_SEARCH_LIBS([sqrt], [m])
+GOBJECT_INTROSPECTION_CHECK([0.6.7])
+
AC_OUTPUT([
Makefile
libmatekbd.pc