aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9e0c45f..440ef87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,9 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign])
AC_PROG_MKDIR_P
+ARC_ENABLE([LIGHT], [light], [Arc Light], [disable])
+ARC_ENABLE([DARKER], [darker], [Arc Darker], [disable])
+ARC_ENABLE([DARK], [dark], [Arc Dark], [disable])
ARC_ENABLE([GNOME_SHELL], [gnome-shell], [GNOME Shell], [disable])
ARC_ENABLE([GTK2], [gtk2], [GTK2], [disable])
ARC_ENABLE([GTK3], [gtk3], [GTK3], [disable])