summaryrefslogtreecommitdiffstats
path: root/display/qingy/CONFIGURE
blob: 035ba3dfc04e5faed3f348948cdfa6700d867e43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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_option  QINGY_CRYPTO_OPTION                             \
  'encrypt communications between qingy and its user interface?'  y  \
  '--enable-crypto'  '--disable-crypto'

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'