From: Balló György Date: Mon, 25 Dec 2023 13:29:25 +0000 (+0000) Subject: meson: Fix PLY_ENABLE_SYSTEMD_INTEGRATION define X-Git-Tag: 23.360.11~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1de4e487fb7457871301a898cae724531bd0233d;p=thirdparty%2Fplymouth.git meson: Fix PLY_ENABLE_SYSTEMD_INTEGRATION define --- diff --git a/meson.build b/meson.build index 522abb8d..26789060 100644 --- a/meson.build +++ b/meson.build @@ -73,6 +73,7 @@ conf.set_quoted('BOOT_TTY', get_option('boot-tty')) conf.set_quoted('SHUTDOWN_TTY', get_option('shutdown-tty')) conf.set_quoted('RELEASE_FILE', get_option('release-file')) conf.set('HAVE_UDEV', libudev_dep.found()) +conf.set('PLY_ENABLE_SYSTEMD_INTEGRATION', get_option('systemd-integration')) conf.set('PLY_ENABLE_TRACING', get_option('tracing')) conf.set_quoted('PLYMOUTH_RUNTIME_DIR', plymouth_runtime_dir) conf.set_quoted('PLYMOUTH_THEME_PATH', plymouth_theme_path)