diff options
author | Ted Gould <ted@canonical.com> | 2009-08-03 19:25:05 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-03 19:25:05 +0100 |
commit | 840e1c8b34542acf017d3e0caf921062827c280b (patch) | |
tree | f33a8241272ad9d8d47b6ebc986b1eb4a6b5c4b1 /configure.ac | |
parent | ecde85f57823acace986724989fa57daf43799d2 (diff) | |
download | libayatana-indicator-840e1c8b34542acf017d3e0caf921062827c280b.tar.gz libayatana-indicator-840e1c8b34542acf017d3e0caf921062827c280b.tar.bz2 libayatana-indicator-840e1c8b34542acf017d3e0caf921062827c280b.zip |
Okay, now it is the offending function in it.
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 13f4b6c..beed048 100644 --- a/configure.ac +++ b/configure.ac @@ -64,6 +64,7 @@ AC_SUBST(LIBINDICATE_LIBS) PKG_CHECK_MODULES(LIBINDICATEGTK, glib-2.0 >= $GLIB_REQUIRED_VERSION gio-2.0 >= $GIO_REQUIRED_VERSION gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED_VERSION + gtk+-2.0 >= $GTK_REQUIRED_VERSION dbus-glib-1 >= $DBUS_REQUIRED_VERSION libxml-2.0 >= $XML_REQUIRED_VERSION) AC_SUBST(LIBINDICATEGTK_CFLAGS) |