xdg-dbus-proxy icon indicating copy to clipboard operation
xdg-dbus-proxy copied to clipboard

meson: update deprecated syntax

Open WhyNotHugo opened this issue 2 years ago • 0 comments

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.

WhyNotHugo avatar Aug 24 '23 15:08 WhyNotHugo