From 5955dfd4603983c7dfffa6e903bf3220df60c03e Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 3 Jun 2015 22:23:22 +0200 Subject: add option to disable transparency --- common/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/Makefile.am') 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 -- cgit v1.2.3