From f416c04a979a6616bb5471c5982555bcac5bf346 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Tue, 20 Sep 2016 13:29:44 +0100 Subject: Don't require GTK+3 at configure time when it's not needed It's not needed when --disable-gtk3 --disable-gnome-shell is given. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b27f5cd..dc8098b 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ ARC_ENABLE([UNITY], [unity], [Unity], [disable]) ARC_ENABLE([XFWM], [xfwm], [XFWM], [disable]) ARC_ENABLE([TRANSPARENCY], [transparency], [transparency], [disable]) -ARC_GNOME +AS_IF([test "x$ENABLE_GNOME_SHELL$ENABLE_GTK3" != xnono], [ARC_GNOME]) AC_CONFIG_FILES([ common/Makefile -- cgit v1.2.3 From 19595097793dddb0a3c81b8b2a2f4603abe715bc Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 23 Sep 2016 23:15:38 +0200 Subject: bump version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index dc8098b..b7fb6fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT( [arc-theme], - [20160605], + [20160923], [https://github.com/horst3180/Arc-theme/issues], [arc-theme], [https://github.com/horst3180/Arc-theme], -- cgit v1.2.3 From d3d70b431dd570d1a375646cf8444d17833be4bd Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 5 Oct 2016 14:49:54 +0200 Subject: bump version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b7fb6fb..3b6b8ef 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT( [arc-theme], - [20160923], + [20161005], [https://github.com/horst3180/Arc-theme/issues], [arc-theme], [https://github.com/horst3180/Arc-theme], -- cgit v1.2.3