New comment by dataCobra on void-packages repository https://github.com/void-linux/void-packages/pull/40433#issuecomment-1319751394 Comment: > from the configure log: > > ``` > DEPRECATION: Option 'supported_build' value 'true' is replaced by 'enabled' > DEPRECATION: Option 'consolekit' value 'false' is replaced by 'disabled' > DEPRECATION: Option 'systemd' value 'false' is replaced by 'disabled' > DEPRECATION: Option 'elogind' value 'true' is replaced by 'enabled' > DEPRECATION: Option 'introspection' value 'true' is replaced by 'enabled' > ``` I've changed the replaced the values accordingly, but now meson fails... ``` The Meson build system Version: 0.64.0 Source dir: /builddir/fwupd-1.8.7 Build dir: /builddir/fwupd-1.8.7/build Build type: native build meson.build:1:0: ERROR: Value disabled is not boolean (true or false). A full log can be found at /builddir/fwupd-1.8.7/build/meson-logs/meson-log.txt ```