aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHorst31802015-06-03 22:23:22 +0200
committerHorst31802015-06-03 22:23:22 +0200
commit5955dfd4603983c7dfffa6e903bf3220df60c03e (patch)
tree435fdce5082ef0c094987cb5dd4699693261d4ee /configure.ac
parent034d3df919fb800d06d807294ff3897ae331de4a (diff)
downloadsolarc-theme-5955dfd4603983c7dfffa6e903bf3220df60c03e.tar.gz
solarc-theme-5955dfd4603983c7dfffa6e903bf3220df60c03e.tar.xz
solarc-theme-5955dfd4603983c7dfffa6e903bf3220df60c03e.zip
add option to disable transparency
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 7 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 7e1ebdb..01db563 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,12 +12,13 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign])
AC_PROG_MKDIR_P
-ARC_ENABLE([GNOME_SHELL], [gnome-shell], [GNOME Shell], [disable])
-ARC_ENABLE([GTK2], [gtk2], [GTK2], [disable])
-ARC_ENABLE([GTK3], [gtk3], [GTK3], [disable])
-ARC_ENABLE([METACITY], [metacity], [Metacity], [disable])
-ARC_ENABLE([UNITY], [unity], [Unity], [disable])
-ARC_ENABLE([XFWM], [xfwm], [XFWM], [disable])
+ARC_ENABLE([GNOME_SHELL], [gnome-shell], [GNOME Shell], [disable])
+ARC_ENABLE([GTK2], [gtk2], [GTK2], [disable])
+ARC_ENABLE([GTK3], [gtk3], [GTK3], [disable])
+ARC_ENABLE([METACITY], [metacity], [Metacity], [disable])
+ARC_ENABLE([UNITY], [unity], [Unity], [disable])
+ARC_ENABLE([XFWM], [xfwm], [XFWM], [disable])
+ARC_ENABLE([TRANSPARENCY], [transparency], [transparency], [disable])
ARC_GNOME