summaryrefslogtreecommitdiffstats
path: root/windowmanagers/fluxbox/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'windowmanagers/fluxbox/CONFIGURE')
-rwxr-xr-xwindowmanagers/fluxbox/CONFIGURE22
1 files changed, 16 insertions, 6 deletions
diff --git a/windowmanagers/fluxbox/CONFIGURE b/windowmanagers/fluxbox/CONFIGURE
index b0a0dcc65c..8dc6a749a6 100755
--- a/windowmanagers/fluxbox/CONFIGURE
+++ b/windowmanagers/fluxbox/CONFIGURE
@@ -3,8 +3,14 @@ list_remove FLUXBOX_OPTS '--disable-ordered-pseudo' &&
list_remove FLUXBOX_OPTS '--enable-ordered-pseudo' &&
list_remove FLUXBOX_OPTS '--enable-gnome' &&
list_remove FLUXBOX_OPTS '--disable-gnome' &&
+list_remove FLUXBOX_OPTS '--enable-randr1.2' &&
+list_remove FLUXBOX_OPTS '--disable-randr1.2' &&
+list_remove FLUXBOX_OPTS '--enable-newwmspec' &&
+list_remove FLUXBOX_OPTS '--disable-newwmspec' &&
+list_remove FLUXBOX_OPTS '--enable-timed-cache' &&
+list_remove FLUXBOX_OPTS '--disable-timed-cache' &&
-config_query FLUXBOX_CONF "Go through all (8) configuration options?" n
+config_query FLUXBOX_CONF "Go through all (9) configuration options?" n &&
if [[ $FLUXBOX_CONF == y ]]; then
config_query_option FLUXBOX_OPTS "include code for the Slit?" y \
@@ -23,17 +29,21 @@ if [[ $FLUXBOX_CONF == y ]]; then
"--enable-regexp" \
"--disable-regexp" &&
- config_query_option FLUXBOX_OPTS "include code for new WM Spec?" y \
- "--enable-newwmspec" \
- "--disable-newwmspec" &&
+ config_query_option FLUXBOX_OPTS "enable support for Extended Window Manager Hints?" y \
+ "--enable-ewmh" \
+ "--disable-ewmh" &&
config_query_option FLUXBOX_OPTS "include verbose debugging code?" n \
"--enable-debug" \
"--disable-debug" &&
+ config_query_option FLUXBOX_OPTS "build programs used in testing fluxbox?" n \
+ "--enable-test" \
+ "--disable-test" &&
+
config_query_option FLUXBOX_OPTS "use new timed pixmap cache?" y \
- "--enable-timed-cache" \
- "--disable-timed-cache" &&
+ "--enable-timedcache" \
+ "--disable-timedcache" &&
config_query_option FLUXBOX_OPTS "include Xmb (multibyte font, utf-8) support?" y \
"--enable-xmb" \