diff --git a/meson_options.txt b/meson_options.txt index 2689e2e..c7fdbad 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,4 +1,4 @@ option('busctlpath', type: 'string', value: '', description: 'custom path to busctl executable') -option('ubuntu_drivers', type: 'boolean', value: 'true', description: 'whether to enable ubuntu drivers integration') +option('ubuntu_drivers', type: 'boolean', value: true, description: 'whether to enable ubuntu drivers integration') option('systemdsystemunitdir', type: 'string', value: '', description: 'custom directory for systemd system units, or \'no\' to disable') option('systemduserunitdir', type: 'string', value: '', description: 'custom directory for systemd user units, or \'no\' to disable')