aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5a1b9671..39d72f56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,6 +35,10 @@ IT_PROG_INTLTOOL
GLIB_GSETTINGS
+PKG_CHECK_MODULES([GEE], [gee-1.0])
+AC_SUBST([GEE_CFLAGS])
+AC_SUBST([GEE_LIBS])
+
PKG_CHECK_MODULES([GTK], [gtk+-3.0])
AC_SUBST([GTK_CFLAGS])
AC_SUBST([GTK_LIBS])