summaryrefslogtreecommitdiffstats
path: root/e-17/e17/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'e-17/e17/CONFIGURE')
-rwxr-xr-xe-17/e17/CONFIGURE126
1 files changed, 126 insertions, 0 deletions
diff --git a/e-17/e17/CONFIGURE b/e-17/e17/CONFIGURE
new file mode 100755
index 0000000000..b05451f39e
--- /dev/null
+++ b/e-17/e17/CONFIGURE
@@ -0,0 +1,126 @@
+config_query_option E17_RANDR "Enable RandR configure module?" y \
+ "--enable-conf-randr" "--disable-conf-randr" &&
+
+config_query_option E17_ENOTIFY "Enable Enotify module?" y \
+ "--enable-enotify" "--disable-enotify" &&
+
+config_query_option E17_IBAR "Enable ibar module?" y \
+ "--enable-ibar" "--disable-ibar" &&
+
+config_query_option E17_DROPSHADOW "Enable dropshadow module?" y \
+ "--enable-dropshadow" "--disable-dropshadow" &&
+
+config_query_option E17_CLOCK "Enable clock module?" y \
+ "--enable-clock" "--disable-clock" &&
+
+config_query_option E17_PAGER "Enable pager module?" y \
+ "--enable-pager" "--disable-pager" &&
+
+config_query_option E17_BATTERY "Enable battery module?" y \
+ "--enable-battery" "--disable-battery" &&
+
+config_query_option E17_TEMPERATURE "Enable temperature module?" y \
+ "--enable-temperature" "--disable-temperature" &&
+
+config_query_option E17_NOTIFICATION "Enable notification module?" y \
+ "--enable-notification" "--disable-notification" &&
+
+config_query_option E17_CPUFREQ "Enable cpufreq module?" y \
+ "--enable-cpufreq" "--disable-cpufreq" &&
+
+config_query_option E17_IBOX "Enable ibox module?" y \
+ "--enable-ibox" "--disable-ibox" &&
+
+config_query_option E17_START "Enable start module?" y \
+ "--enable-start" "--disable-start" &&
+
+config_query_option E17_WINLIST "Enable winlist module?" y \
+ "--enable-winlist" "--disable-winlist" &&
+
+config_query_option E17_FILEMAN "Enable fileman module?" y \
+ "--enable-fileman" "--disable-fileman" &&
+
+config_query_option E17_FILEMANOPINFO "Enable fileman-opinfo module?" y \
+ "--enable-fileman-opinfo" "--disable-fileman-opinfo" &&
+
+config_query_option E17_WIZARD "Enable wizard module?" y \
+ "--enable-wizard" "--disable-wizard" &&
+
+config_query_option E17_MSGBUS "Enable msgbus module?" y \
+ "--enable-msgbus" "--disable-msgbus" &&
+
+config_query_option E17_GADMAN "Enable gadman module?" y \
+ "--enable-gadman" "--disable-gadman" &&
+
+config_query_option E17_ILLUME2 "Enable illume2 module?" y \
+ "--enable-illume2" "--disable-illume2" &&
+
+config_query_option E17_SYSCON "Enable syscon module?" y \
+ "--enable-syscon" "--disable-syscon" &&
+
+config_query_option E17_EVERYTHING "Enable everything module?" y \
+ "--enable-everything" "--disable-everything" &&
+
+config_query_option E17_SYSTRAY "Enable systray module?" y \
+ "--enable-systray" "--disable-systray" &&
+
+config_query_option E17_COMP "Enable comp module?" y \
+ "--enable-comp" "--disable-comp" &&
+
+config_query_option E17_SHOT "Enable shot module?" y \
+ "--enable-shot" "--disable-shot" &&
+
+config_query_option E17_BACKLIGHT "Enable backlight module?" y \
+ "--enable-backlight" "--disable-backlight" &&
+
+config_query_option E17_TASKS "Enable tasks module?" y \
+ "--enable-tasks" "--disable-tasks" &&
+
+config_query_option E17_CONF "Enable conf module?" y \
+ "--enable-conf" "--disable-conf" &&
+
+config_query_option E17_WALLPAPER "Enable conf-wallpaper2 module?" y \
+ "--enable-conf-wallpaper2" "--disable-conf-wallpaper2" &&
+
+config_query_option E17_THEME "Enable conf-theme module?" y \
+ "--enable-conf-theme" "--disable-conf-theme" &&
+
+config_query_option E17_INTL "Enable conf-intl module?" y \
+ "--enable-conf-intl" "--disable-conf-intl" &&
+
+config_query_option E17_APPLICATIONS "Enable conf-applications module?" y \
+ "--enable-conf-applications" "--disable-conf-applications" &&
+
+config_query_option E17_DISPLAY "Enable conf-display module?" y \
+ "--enable-conf-display" "--disable-conf-display" &&
+
+config_query_option E17_SHELVES "Enable conf-shelves module?" y \
+ "--enable-conf-shelves" "--disable-conf-shelves" &&
+
+config_query_option E17_KEYBINDINGS "Enable conf-keybindings module?" y \
+ "--enable-conf-keybindings" "--disable-conf-keybindings" &&
+
+config_query_option E17_EDGEBINDINGS "Enable conf-edgebindings module?" y \
+ "--enable-conf-edgebindings" "--disable-conf-edgebindings" &&
+
+config_query_option E17_WINREMEMBERS "Enable conf-window-remembers module?" y \
+ "--enable-conf-window-remembers" "--disable-conf-window-remembers" &&
+
+config_query_option E17_WINMANIPULATION "Enable conf-window-manipulation module?" y \
+ "--enable-conf-window-manipulation" "--disable-conf-window-manipulation" &&
+
+config_query_option E17_MENUS "Enable conf-menus module?" y \
+ "--enable-conf-menus" "--disable-conf-menus" &&
+
+config_query_option E17_DIALOGS "Enable conf-dialogs module?" y \
+ "--enable-conf-dialogs" "--disable-conf-dialogs" &&
+
+config_query_option E17_PERFORMANCE "Enable conf-performance module?" y \
+ "--enable-conf-performance" "--disable-conf-performance" &&
+
+config_query_option E17_PATHS "Enable conf-paths module?" y \
+ "--enable-conf-paths" "--disable-conf-paths" &&
+
+config_query_option E17_INTERACTION "Enable conf-interaction module?" y \
+ "--enable-conf-interaction" "--disable-conf-interaction"
+