aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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