From bed08df0ccc0704cf72f2120e3bcb31e9c2a782f Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 24 Mar 2016 14:24:02 +0100 Subject: Gtk+-3.20 branch: make GreanLaguna optional (not default) It isn't ported to gtk+-3.20 yet. --- desktop-themes/Makefile.am | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'desktop-themes/Makefile.am') diff --git a/desktop-themes/Makefile.am b/desktop-themes/Makefile.am index b6f30f48..e6cb73a1 100644 --- a/desktop-themes/Makefile.am +++ b/desktop-themes/Makefile.am @@ -1,14 +1,28 @@ +if BUILD_GREENLAGUNA +greenlaguna_SUBDIR = GreenLaguna +endif + SUBDIRS = \ BlackMATE \ BlueMenta \ Blue-Submarine \ ContrastHigh \ ContrastHighInverse \ - GreenLaguna \ + $(greenlaguna_SUBDIR) \ Green-Submarine \ Menta \ TraditionalGreen \ TraditionalOk - +DIST_SUBDIRS = \ + BlackMATE \ + BlueMenta \ + Blue-Submarine \ + ContrastHigh \ + ContrastHighInverse \ + GreenLaguna \ + Green-Submarine \ + Menta \ + TraditionalGreen \ + TraditionalOk -- cgit v1.2.1