diff options
author | Ted Gould <ted@canonical.com> | 2009-09-04 15:37:59 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-04 15:37:59 -0500 |
commit | b5f190ff40e8c3880a35568fd8ba44e442a0ba55 (patch) | |
tree | 63e0301dd3f8a15f4df1626a5e61522e7445c01f | |
parent | b6cc96c33d4568d421195f3b360bbc5914f9118e (diff) | |
download | ayatana-indicator-messages-b5f190ff40e8c3880a35568fd8ba44e442a0ba55.tar.gz ayatana-indicator-messages-b5f190ff40e8c3880a35568fd8ba44e442a0ba55.tar.bz2 ayatana-indicator-messages-b5f190ff40e8c3880a35568fd8ba44e442a0ba55.zip |
Dropping dep on indicate-gtk, we don't need it now that we're just passing the image data on.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a3d937b..b7db004 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,6 @@ PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION indicator >= $INDICATOR_REQUIRED_VERSION indicate >= $INDICATE_REQUIRED_VERSION - indicate-gtk >= $INDICATE_REQUIRED_VERSION dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION) AC_SUBST(APPLET_CFLAGS) AC_SUBST(APPLET_LIBS) |