From c8f01f720cfe1e048932ee912cb2039c85ab2622 Mon Sep 17 00:00:00 2001 From: infirit Date: Mon, 7 Sep 2015 00:04:49 +0200 Subject: Add gobject introspection Based on libgnomekbd, commit: 0b2a10f764358fea0f2c078bba6f54eb188946c0 from: Sergey V. Udaltsov --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.1