[network-manager-applet: 2/4] build/autotools: enable --with-appindicator=auto by default
- From: Thomas Haller <thaller src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet: 2/4] build/autotools: enable --with-appindicator=auto by default
- Date: Fri, 19 Jun 2020 07:59:54 +0000 (UTC)
commit df03d8103f7e2416b236a0df2fd02d6b57ee18d7
Author: Thomas Haller <thaller redhat com>
Date: Fri Jun 19 09:23:43 2020 +0200
build/autotools: enable --with-appindicator=auto by default
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index 9a21a960..94cb4d62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,7 +83,7 @@ GTK3_CFLAGS="$GTK3_CFLAGS -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_10 -DGDK_VERS
AC_ARG_WITH([appindicator],
AS_HELP_STRING([--with-appindicator=no|yes|auto|ayatana|ubuntu], [Build with
lib(ayatana-)appindicator support in addition to xembed systray support.]),
- [], [with_appindicator=no])
+ [], [with_appindicator=auto])
if test "$with_appindicator" != "no"; then
if test "$with_appindicator" = "yes" -o "$with_appindicator" = "auto"; then
PKG_CHECK_MODULES(APPINDICATOR, ayatana-appindicator3-0.1, [with_appindicator=ayatana],
[with_appindicator=no])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]