summaryrefslogtreecommitdiffstats
path: root/display/qingy/CONFIGURE
blob: 6248837e3d473c51a68ee86f93e53b528478bdcf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
config_query  QINGY_XINIT  'Allow X server to accept tcp connections?'    n  &&

config_query_option  QINGY_SCREENSAVERS  'Enable screen savers?'          y  \
                     '--enable-screen-savers'  '--disable-screen-savers'     &&

config_query_list QINGY_CRYPTO 'Which library do you prefer to encrypt internal communication?' openssl libgcrypt none

config_query_option  QINGY_OPTIMIZATIONS  'Enable optimizations?'         y  \
                     '--enable-optimizations'  '--disable-optimizations'     &&

config_query_option  QINGY_STATIC  'Build statically?'                  n  \
                     '--enable-static-build'  '--disable-static-build'