
message "previous defaults were: animate gizmos ogl stc"  &&
source $GRIMOIRE/FUNCTIONS      &&
if [[ "$WX_DEV" == "y" ]];then
  config_query_multi WX_CONTRIB "which add-ons to build?" animate applet canvas foldbar \
                                 fl gizmos mmedia net ogl stc

else
  config_query_multi WX_CONTRIB "which add-ons to build?" applet foldbar \
                                 fl gizmos mmedia net ogl stc
fi
