aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-11-11 16:22:22 -0600
committerTed Gould <ted@gould.cx>2010-11-11 16:22:22 -0600
commit8eb4f8efd00978a1680ac7ebdd1907aa55eaba30 (patch)
treec804095e43ccf9def707eeebc7e23871a5001d46 /configure.ac
parentdd78c210ca89ec0a212d15ba57c56ded808bb526 (diff)
downloadlibayatana-appindicator-8eb4f8efd00978a1680ac7ebdd1907aa55eaba30.tar.gz
libayatana-appindicator-8eb4f8efd00978a1680ac7ebdd1907aa55eaba30.tar.bz2
libayatana-appindicator-8eb4f8efd00978a1680ac7ebdd1907aa55eaba30.zip
Adding a dependency for the library on libindicator
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f1ae2ea..cabaedd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,6 +53,7 @@ AC_SUBST(INDICATOR_CFLAGS)
AC_SUBST(INDICATOR_LIBS)
PKG_CHECK_MODULES(LIBRARY, gtk+-2.0 >= $GTK_REQUIRED_VERSION
+ indicator >= $INDICATOR_REQUIRED_VERSION
dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION)