upower/meson_options.txt
Benjamin Berg 90c25b4fd1 rules: Update udev rules and migrate to use hwdb
This makes rule matching more efficient. We just need to copy the
variables over into the hiddev device so that there is no need to change
the C code to match the parent USB device. That said, the change in C
wouldn't be that hard either.

See https://github.com/networkupstools/nut/pull/1342
2022-04-01 11:47:17 +02:00

35 lines
1.1 KiB
Meson

option('man',
type : 'boolean',
value : 'true',
description : 'Build manpages')
option('gtk-doc',
type : 'boolean',
value : 'true',
description : 'Build developer documentation')
option('introspection',
type : 'feature',
value : 'auto',
description : 'Build GObject Introspection data')
option('udevrulesdir',
type : 'string',
value: 'auto',
description : 'Directory for udev rules')
option('udevhwdbdir',
type : 'string',
value: 'auto',
description : 'Directory for udev hwdb')
option('historydir',
type : 'string',
description : 'Directory for upower history files will be stored')
option('systemdsystemunitdir',
type : 'string',
description : 'Directory for systemd service files ("no" to disable)')
option('os_backend',
type : 'combo',
choices : [ 'auto', 'linux', 'freebsd', 'openbsd', 'dummy'],
value : 'auto',
description : 'Directory for systemd service files')
option('idevice',
type : 'feature',
value : 'auto',
description : 'Build with libimobiledevice')