-
-
Notifications
You must be signed in to change notification settings - Fork 310
/
Copy pathmeson.options
11 lines (11 loc) · 1.13 KB
/
meson.options
1
2
3
4
5
6
7
8
9
10
11
option('pam_dir', type: 'string', value: '', description: 'Set the pam_howdy destination directory')
#option('fetch_dlib_data', type: 'boolean', value: false, description: 'Download dlib data files')
option('config_dir', type: 'string', value: '', description: 'Set the howdy config directory')
option('dlib_data_dir', type: 'string', value: '', description: 'Set the dlib data directory')
option('user_models_dir', type: 'string', value: '', description: 'Set the user models directory')
option('log_path', type: 'string', value: '/var/log/howdy', description: 'Set the log file path')
option('install_in_site_packages', type: 'boolean', value: false, description: 'Install howdy python files in site packages')
option('py_sources_dir', type: 'string', value: '', description: 'Set the python sources directory')
option('install_pam_config', type: 'boolean', value: false, description: 'Install pam config file (for Debian/Ubuntu)')
option('python_path', type: 'string', value: '/usr/bin/python', description: 'Set the path to the python executable')
option('with_polkit', type: 'boolean', value: false, description: 'Install polkit policy config file')