aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhorst31802017-05-12 17:38:48 +0200
committerGitHub2017-05-12 17:38:48 +0200
commit99e2b44094087fd395b247b7851c13cd7cf26f11 (patch)
tree016ccd17b676e83dbce459a3c39f3db578455bea
parent4b75f33ff2cfedb6ba0809cf877deb2d2831e6c3 (diff)
parent7b1d4f3fb9635c21abc4221c008cfa9849fe53ff (diff)
downloadsolarc-theme-99e2b44094087fd395b247b7851c13cd7cf26f11.tar.gz
solarc-theme-99e2b44094087fd395b247b7851c13cd7cf26f11.tar.xz
solarc-theme-99e2b44094087fd395b247b7851c13cd7cf26f11.zip
Merge pull request #779 from TingPing/tingping/solid-suffix
Support installing transparent and non-transparent variant in parallel
-rw-r--r--common/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 0421c5d..58f54d8 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -1,6 +1,12 @@
+if !ENABLE_TRANSPARENCY
+themedir = $(datadir)/themes/Arc-solid
+themedarkerdir = $(datadir)/themes/Arc-Darker-solid
+themedarkdir = $(datadir)/themes/Arc-Dark-solid
+else
themedir = $(datadir)/themes/Arc
themedarkerdir = $(datadir)/themes/Arc-Darker
themedarkdir = $(datadir)/themes/Arc-Dark
+endif
ithemedir = $(DESTDIR)$(themedir)
ithemedarkerdir = $(DESTDIR)$(themedarkerdir)