25 lines
701 B
Meson
25 lines
701 B
Meson
option('udevrulesdir',
|
|
description: 'udev rules directory',
|
|
type: 'string',
|
|
value: 'auto')
|
|
option('systemdsystemunitdir',
|
|
description: 'systemd unit directory',
|
|
type: 'string',
|
|
value: 'auto')
|
|
option('tests',
|
|
description: 'Whether to run tests',
|
|
type: 'boolean',
|
|
value: false)
|
|
option('gtk-tests',
|
|
description: 'Whether to build GTK tests',
|
|
type: 'boolean',
|
|
value: false)
|
|
option('geoclue-user',
|
|
description: 'The USER (existing) as which geoclue service is running',
|
|
type: 'string',
|
|
value: 'geoclue')
|
|
option('gtk_doc',
|
|
type: 'boolean',
|
|
value: false,
|
|
description: 'Build docs')
|