mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 09:46:00 +01:00
meson: added wayland dependencies to main executable
This commit is contained in:
parent
d179501c4f
commit
75918c14d7
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ executable('Hyprland', src,
|
|||
cpp_args: ['-DWLR_USE_UNSTABLE'],
|
||||
dependencies: [
|
||||
server_protos,
|
||||
dependency('wayland-server'),
|
||||
dependency('wayland-client'),
|
||||
wlroots.get_variable('wlroots'),
|
||||
dependency('cairo'),
|
||||
dependency('pango'),
|
||||
|
|
Loading…
Reference in a new issue