flatpak / xdg-dbus-proxy

GNU Lesser General Public License v2.1
53 stars 21 forks source link

meson: update deprecated syntax #53

Closed WhyNotHugo closed 2 months ago

WhyNotHugo commented 11 months ago

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.

matthiasclasen commented 2 months ago

Looks good to me