From 49f4371c61db6eb2c876c70ec4596625a999d38f Mon Sep 17 00:00:00 2001 From: QC Date: Sun, 3 Feb 2013 17:30:55 +0100 Subject: [PATCH] Move to appindicator3 --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 130f4af4..61906d7f 100644 --- a/configure.ac +++ b/configure.ac @@ -362,16 +362,16 @@ AC_ARG_ENABLE(appindicator, [enable_appindicator="no"]) if test x$enable_appindicator = xauto ; then - PKG_CHECK_EXISTS([appindicator-0.1 >= $APPINDICATOR_REQUIRED], + PKG_CHECK_EXISTS([appindicator3-0.1 >= $APPINDICATOR_REQUIRED], enable_appindicator="yes", enable_appindicator="no") fi if test x$enable_appindicator = xyes ; then - PKG_CHECK_EXISTS([appindicator-0.1 >= $APPINDICATOR_REQUIRED],, - AC_MSG_ERROR([appindicator-0.1 is not installed])) + PKG_CHECK_EXISTS([appindicator3-0.1 >= $APPINDICATOR_REQUIRED],, + AC_MSG_ERROR([appindicator3-0.1 is not installed])) PKG_CHECK_MODULES(APP_INDICATOR, - appindicator-0.1 >= $APPINDICATOR_REQUIRED) + appindicator3-0.1 >= $APPINDICATOR_REQUIRED) AC_SUBST(APP_INDICATOR_CFLAGS) AC_SUBST(APP_INDICATOR_LIBS) AC_DEFINE(HAVE_APP_INDICATOR, 1, [Have AppIndicator]) -- 2.11.4.GIT