]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
meson: Fix PLY_ENABLE_SYSTEMD_INTEGRATION define
authorBalló György <ballogyor@gmail.com>
Mon, 25 Dec 2023 13:29:25 +0000 (13:29 +0000)
committerRay Strode <halfline@gmail.com>
Mon, 25 Dec 2023 13:29:25 +0000 (13:29 +0000)
meson.build

index 522abb8da8420cab7425f4c1de9def8a5c4b2737..2678906078d586de35ebbd783eebd3a953c9c083 100644 (file)
@@ -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)