Codebase list girara / 9f3d230c-2edd-4973-8665-2ce9f9c4e4f9/main meson_options.txt
9f3d230c-2edd-4973-8665-2ce9f9c4e4f9/main

Tree @9f3d230c-2edd-4973-8665-2ce9f9c4e4f9/main (Download .tar.gz)

meson_options.txt @9f3d230c-2edd-4973-8665-2ce9f9c4e4f9/mainraw · history · blame

option('notify',
  type: 'feature',
  value: 'disabled',
  description: 'notifications using libnotify'
)
option('json',
  type: 'feature',
  value: 'auto',
  description: 'dump configuration using JSON'
)
option('docs',
  type: 'feature',
  value: 'auto',
  description: 'doxygen API documentation'
)
option('tests',
  type: 'feature',
  value: 'auto',
  description: 'run tests'
)