Codebase list blueman / 6a9f32a6-42fd-4118-b4bd-c5318bcb7466/upstream meson_options.txt
6a9f32a6-42fd-4118-b4bd-c5318bcb7466/upstream

Tree @6a9f32a6-42fd-4118-b4bd-c5318bcb7466/upstream (Download .tar.gz)

meson_options.txt @6a9f32a6-42fd-4118-b4bd-c5318bcb7466/upstreamraw · history · blame

1
2
3
4
5
6
7
8
9
option('runtime_deps_check', type: 'boolean', value: true, description: 'Disable runtime dependency check (for package maintainers)')
option('dhcp-config-path', type: 'string', value: '/etc/dhcp3/dhcpd.conf', description: 'Set dhcp3 server configuration path')
option('policykit', type: 'boolean', value: true, description: 'Enable policykit support')
option('pulseaudio', type: 'boolean', value: true, description: 'Enable PulseAudio support')
option('appindicator', type: 'boolean', value: true, description: 'Enable Libappindicator support')
option('systemdsystemunitdir', type: 'string', description: 'Path to systemd system unit dir relative to ${prefix}')
option('systemduserunitdir', type: 'string', description: 'Path to systemd user unit dir relative to ${prefix}')
option('sendto-plugins', type: 'array', choices: ['Caja', 'Nemo', 'Nautilus'], value: ['Caja', 'Nemo', 'Nautilus'], description: 'Install sendto plugins for various filemanagers')
option('thunar-sendto', type: 'boolean', value: true, description: 'Install Thunar sendto plugin')