diff options
author | Horst3180 | 2015-06-03 22:23:22 +0200 |
---|---|---|
committer | Horst3180 | 2015-06-03 22:23:22 +0200 |
commit | 5955dfd4603983c7dfffa6e903bf3220df60c03e (patch) | |
tree | 435fdce5082ef0c094987cb5dd4699693261d4ee /common/Makefile.am | |
parent | 034d3df919fb800d06d807294ff3897ae331de4a (diff) | |
download | solarc-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.am | 5 |
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 |