[network-manager-applet/th/tmp: 2/3] build/autotools: enable --with-appindicator=auto by default



commit b75ffc90df3ad399a62738967c8deab1b8886d02
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]