summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-24 14:24:02 +0100
committerraveit65 <[email protected]>2016-03-24 14:24:02 +0100
commit02b36280bc7fc908843429ea64a4c36a2afc2f9d (patch)
tree1d26329e238976a82877bfc9a311afe1560e7bc1 /desktop-themes
parent302a8944b763e37a4fc450daeea14ce9b5f5df99 (diff)
downloadmate-themes-02b36280bc7fc908843429ea64a4c36a2afc2f9d.tar.bz2
mate-themes-02b36280bc7fc908843429ea64a4c36a2afc2f9d.tar.xz
Gtk+-3.20 branch: make GreanLaguna optional (not default)
It isn't ported to gtk+-3.20 yet.
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Makefile.am18
1 files changed, 16 insertions, 2 deletions
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