aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-02-23 00:23:06 -0600
committerTed Gould <ted@gould.cx>2012-02-23 00:23:06 -0600
commit87c4364e84d6647b0f74ce3a8a91c6d46dfceb23 (patch)
tree234fbd48ecfcd15a952107fbdb6f68b34df80646 /configure.ac
parent1474099e50552a8b3fba5c41a705913be8c818cf (diff)
parent55ae52666c1c85127ba6d710ad2e02e0205e736c (diff)
downloadlibayatana-indicator-87c4364e84d6647b0f74ce3a8a91c6d46dfceb23.tar.gz
libayatana-indicator-87c4364e84d6647b0f74ce3a8a91c6d46dfceb23.tar.bz2
libayatana-indicator-87c4364e84d6647b0f74ce3a8a91c6d46dfceb23.zip
Merge with U. Desktop
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 38dd416..3f33d52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,10 +52,12 @@ AC_ARG_WITH([gtk],
[with_gtk=3])
AS_IF([test "x$with_gtk" = x3],
[PKG_CHECK_MODULES(LIBINDICATOR, gtk+-3.0 >= $GTK3_REQUIRED_VERSION
+ gmodule-2.0
gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION)
],
[test "x$with_gtk" = x2],
[PKG_CHECK_MODULES(LIBINDICATOR, gtk+-2.0 >= $GTK_REQUIRED_VERSION
+ gmodule-2.0
gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION)
],
[AC_MSG_FAILURE([Value for --with-gtk was neither 2 nor 3])]