mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 20:25:59 +01:00
Meson: add rdynamic ld flag
This commit is contained in:
parent
2ba5238b8e
commit
0624455591
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ src = globber.stdout().strip().split('\n')
|
||||||
|
|
||||||
executable('Hyprland', src,
|
executable('Hyprland', src,
|
||||||
cpp_args: ['-DWLR_USE_UNSTABLE'],
|
cpp_args: ['-DWLR_USE_UNSTABLE'],
|
||||||
|
link_args: '-rdynamic',
|
||||||
dependencies: [
|
dependencies: [
|
||||||
server_protos,
|
server_protos,
|
||||||
dependency('wayland-server'),
|
dependency('wayland-server'),
|
||||||
|
|
Loading…
Reference in a new issue