meson_options: set default for HAL integration to false
This should be a deliberate decision of the user/distro. Just the presense of some of its libraries in the build environment doesn't automatically mean the user/distro actually wants it to be used. HAL is pretty much obsolete, so we're considering to drop it entirely. Anybody who's still needs it should call out loud now. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
dba86284c8
commit
99992bc2f6
|
@ -66,7 +66,7 @@ option('pciaccess', type: 'boolean', value: true,
|
||||||
description: 'Xorg pciaccess support')
|
description: 'Xorg pciaccess support')
|
||||||
option('udev', type: 'boolean', value: true)
|
option('udev', type: 'boolean', value: true)
|
||||||
option('udev_kms', 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')
|
description: 'Enable HAL integration')
|
||||||
option('systemd_notify', type: 'combo', choices: ['true', 'false', 'auto'], value: 'false',
|
option('systemd_notify', type: 'combo', choices: ['true', 'false', 'auto'], value: 'false',
|
||||||
description: 'Enable systemd-notify support')
|
description: 'Enable systemd-notify support')
|
||||||
|
|
Loading…
Reference in New Issue