Codebase list blueman / 35100826-e0dd-41ec-8c2d-de1867c0b64d/main meson_options.txt
35100826-e0dd-41ec-8c2d-de1867c0b64d/main

Tree @35100826-e0dd-41ec-8c2d-de1867c0b64d/main (Download .tar.gz)

meson_options.txt @35100826-e0dd-41ec-8c2d-de1867c0b64d/mainraw · 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')