aboutsummaryrefslogtreecommitdiff
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorHorst31802015-06-03 22:23:22 +0200
committerHorst31802015-06-03 22:23:22 +0200
commit5955dfd4603983c7dfffa6e903bf3220df60c03e (patch)
tree435fdce5082ef0c094987cb5dd4699693261d4ee /common/Makefile.am
parent034d3df919fb800d06d807294ff3897ae331de4a (diff)
downloadsolarc-theme-5955dfd4603983c7dfffa6e903bf3220df60c03e.tar.gz
solarc-theme-5955dfd4603983c7dfffa6e903bf3220df60c03e.tar.xz
solarc-theme-5955dfd4603983c7dfffa6e903bf3220df60c03e.zip
add option to disable transparency
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index fdfb02c..5b6e995 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -26,6 +26,11 @@ if ENABLE_GTK3
*.sh \
*.txt \
Gemfile*
+
+if !ENABLE_TRANSPARENCY
+ cd $(ithemedir)/gtk-3.0 && mv gtk-contained-solid.css gtk-contained.css
+endif #!ENABLE_TRANSPARENCY
+
endif # ENABLE_GTK3