mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-09 04:48:08 +02:00
Merge branch 'more-dynamic-exports-than-marco-polo' into 'main'
meson: Use export_dynmic: true instead of -rdynamic See merge request plymouth/plymouth!223
This commit is contained in:
commit
96d050ce96
1 changed files with 1 additions and 1 deletions
|
|
@ -26,13 +26,13 @@ plymouthd_cflags = [
|
|||
'-DPLYMOUTH_DRM_ESCROW_DIRECTORY="@0@"'.format(get_option('libexecdir') / 'plymouth'),
|
||||
'-DPLYMOUTH_LOG_DIRECTORY="@0@"'.format('/var/log'),
|
||||
'-DPLYMOUTH_SPOOL_DIRECTORY="@0@"'.format(plymouthd_spool_dir),
|
||||
'-rdynamic',
|
||||
]
|
||||
|
||||
plymouthd = executable('plymouthd',
|
||||
plymouthd_sources,
|
||||
dependencies: plymouthd_deps,
|
||||
c_args: plymouthd_cflags,
|
||||
export_dynamic: true,
|
||||
include_directories: config_h_inc,
|
||||
install: true,
|
||||
install_dir: get_option('sbindir'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue