Codebase list audacious / ad043027-3ed1-40a5-8efd-432ce390074a/main meson_options.txt
ad043027-3ed1-40a5-8efd-432ce390074a/main

Tree @ad043027-3ed1-40a5-8efd-432ce390074a/main (Download .tar.gz)

meson_options.txt @ad043027-3ed1-40a5-8efd-432ce390074a/mainraw · history · blame

option('dbus', type: 'boolean', value: true,
       description: 'Whether DBus support is enabled')
option('qt', type: 'boolean', value: true,
       description: 'Whether Qt support is enabled')
option('gtk', type: 'boolean', value: true,
       description: 'Whether GTK support is enabled')
option('libarchive', type: 'boolean', value: false,
       description: 'Whether libarchive support is enabled')
option('buildstamp', type: 'string', value: 'unknown build',
       description: 'Allows to set a custom build stamp')
option('valgrind', type: 'boolean', value: false,
       description: 'Whether Valgrind analysis support is enabled')