#
# SYSLIBS option is broken in 2.3.1
#
#message  "${MESSAGE_COLOR} Warning: using system libraries cancels"  \
#         "all support from Ardour developers!$DEFAULT_COLOR"         &&
#
#config_query_option  ARDOUR2_SYSLIBS                                   \
#                     "Use system libraries instead of internal ones?"  \
#                     n                                                 \
#                     "SYSLIBS=1"                                       \
#                     "SYSLIBS=0"                                       &&

config_query_option  ARDOUR2_SURFACES                            \
                     "Build with support for control surfaces?"  \
                     y                                           \
                     "SURFACES=1"                                \
                     "SURFACES=0"                                &&

config_query_option  ARDOUR2_OLDFONTS              \
                     "Use old school font sizes?"  \
                     n                             \
                     "OLDFONTS=1"                  \
                     "OLDFONTS=0"
