diff options
author | Ted Gould <ted@gould.cx> | 2010-11-11 16:22:22 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-11-11 16:22:22 -0600 |
commit | 8eb4f8efd00978a1680ac7ebdd1907aa55eaba30 (patch) | |
tree | c804095e43ccf9def707eeebc7e23871a5001d46 /configure.ac | |
parent | dd78c210ca89ec0a212d15ba57c56ded808bb526 (diff) | |
download | libayatana-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.ac | 1 |
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) |