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 --- configure.ac | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.3