diff --git a/meson_options.txt b/meson_options.txt index 80df13b1a..26172f147 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -66,7 +66,7 @@ option('pciaccess', type: 'boolean', value: true, description: 'Xorg pciaccess support') option('udev', type: 'boolean', value: true) option('udev_kms', type: 'boolean', value: true) -option('hal', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', +option('hal', type: 'combo', choices: ['true', 'false', 'auto'], value: 'false', description: 'Enable HAL integration') option('systemd_notify', type: 'combo', choices: ['true', 'false', 'auto'], value: 'false', description: 'Enable systemd-notify support')