xdg-dbus-proxy
xdg-dbus-proxy copied to clipboard
meson: update deprecated syntax
When using meson 1.2.1, meson build prints:
NOTICE: Future-deprecated features used:
* 1.1.0: {'"boolean option" keyword argument "value" of type str'}
This patch defines the default values for boolean fields using the native boolean type and squelches this warning.