-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeson_options.txt
8 lines (8 loc) · 1.08 KB
/
meson_options.txt
1
2
3
4
5
6
7
8
option('pam', type: 'feature', value : 'enabled', description : 'Built static libraries')
option('yocto-deps', type: 'feature', value: 'disabled', description : 'Use YOCTO dependencies system')
option ('tests', type : 'feature', value : 'enabled', description : 'Enable Unit tests for obmc-yadro-webapp')
option('http-body-limit', type: 'integer', min : 0, max : 512, value : 30, description : 'Specifies the http request body length limit')
option('dbus-connect-type', type: 'combo', choices: ['remote', 'system'], value: 'system', description: 'Set the DBus connection type.')
option('dbus-remote-host', type: 'string', value: '[email protected]', description: 'Set the hostname to connect to the remote DBus bus through SSH tunnel.')
option('fcgi-socket-path', type: 'string', value: '/run/yaweb.fcgi', description: 'Set the unix-socket path to start listening incoming connections to handle HTTP requests.')
option('yaweb-init-guard-file', type: 'string', value: '/run/lighttpd/yaweb-init', description: 'Set the absolute path to the lock-file that indicates the yaweb initialization is in progress.')