mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-09 07:08:01 +02:00
meson: Fix PLY_ENABLE_SYSTEMD_INTEGRATION define
This commit is contained in:
parent
1a8e184885
commit
1de4e487fb
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue