diff options
author | Michael Terry <michael.terry@canonical.com> | 2010-06-19 09:34:12 -0400 |
---|---|---|
committer | Michael Terry <michael.terry@canonical.com> | 2010-06-19 09:34:12 -0400 |
commit | 60abdc2090b0a77e98011b4952bfad396db57626 (patch) | |
tree | 29d1c8a74bdb4d74059c926540203c24f5d0494d /configure.ac | |
parent | e1f36a8445d1851f15a396ba5488119c298e593d (diff) | |
download | libayatana-appindicator-60abdc2090b0a77e98011b4952bfad396db57626.tar.gz libayatana-appindicator-60abdc2090b0a77e98011b4952bfad396db57626.tar.bz2 libayatana-appindicator-60abdc2090b0a77e98011b4952bfad396db57626.zip |
use gtk3 versions of dbusmenu and indicator; use appindicator3 0.1 rather than appindicator 3.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index be9c497..42b545e 100644 --- a/configure.ac +++ b/configure.ac @@ -54,10 +54,10 @@ AC_SUBST(INDICATOR_CFLAGS) AC_SUBST(INDICATOR_LIBS) PKG_CHECK_MODULES(INDICATOR3, gtk+-3.0 >= $GTK3_REQUIRED_VERSION - indicator >= $INDICATOR_REQUIRED_VERSION + indicator3 >= $INDICATOR_REQUIRED_VERSION json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION - dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION) + dbusmenu-gtk3 >= $DBUSMENUGTK_REQUIRED_VERSION) AC_SUBST(INDICATOR3_CFLAGS) AC_SUBST(INDICATOR3_LIBS) @@ -201,7 +201,7 @@ AC_OUTPUT([ Makefile src/Makefile src/appindicator-0.1.pc -src/appindicator-3.1.pc +src/appindicator3-0.1.pc bindings/Makefile bindings/mono/Makefile bindings/mono/appindicator-sharp.dll.config |