summaryrefslogtreecommitdiffstats
path: root/gtk/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/configure.ac')
-rw-r--r--gtk/configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/configure.ac b/gtk/configure.ac
index baee4531d..40d5560b0 100644
--- a/gtk/configure.ac
+++ b/gtk/configure.ac
@@ -66,6 +66,10 @@ AM_PROG_LIBTOOL
+PKG_CHECK_MODULES(GHBTOOLS, [glib-2.0 gobject-2.0])
+AC_SUBST(GHBTOOLS_CFLAGS)
+AC_SUBST(GHBTOOLS_LIBS)
+
PKG_CHECK_MODULES(GHB, [gtk+-2.0 >= 2.8 gio-2.0 hal hal-storage])
AC_SUBST(GHB_CFLAGS)
AC_SUBST(GHB_LIBS)