aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2010-08-15 17:47:53 +0100
committerCody Russell <crussell@canonical.com>2010-08-15 17:47:53 +0100
commite90ec22f6273efe3da3241355886d14b6c9d06a9 (patch)
tree79739322f10cbb5768888707dddcdeeab289087e /configure.ac
parentf3893ee568a61cb9f893502113826a29e601e807 (diff)
downloadayatana-ido-e90ec22f6273efe3da3241355886d14b6c9d06a9.tar.gz
ayatana-ido-e90ec22f6273efe3da3241355886d14b6c9d06a9.tar.bz2
ayatana-ido-e90ec22f6273efe3da3241355886d14b6c9d06a9.zip
Feel up your widgets.
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 cdab267..b53afa7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,6 +72,10 @@ PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.19.7)
AC_SUBST(GTK_CFLAGS)
AC_SUBST(GTK_LIBS)
+PKG_CHECK_MODULES(GEIS, libutouch-geis >= 0.3)
+AC_SUBST(GEIS_CFLAGS)
+AC_SUBST(GEIS_LIBS)
+
dnl ===========================================================================
if test "x$GCC" = "xyes"; then