Home | History | Annotate | Line # | Download | only in dist
      1 option(
      2   'appdefaultdir',
      3   type: 'string',
      4   description: 'directory for app-defaults files (default is autodetected)',
      5 )
      6 
      7 option(
      8   'xkb',
      9   type: 'feature',
     10   value : 'enabled',
     11   description: 'Use XKB to sound bells (default is enabled)',
     12 )
     13