mirror of
https://github.com/hyprwm/Hyprland
synced 2025-02-17 01:22:08 +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'],
|
cpp_args: ['-DWLR_USE_UNSTABLE'],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
server_protos,
|
server_protos,
|
||||||
|
dependency('wayland-server'),
|
||||||
|
dependency('wayland-client'),
|
||||||
wlroots.get_variable('wlroots'),
|
wlroots.get_variable('wlroots'),
|
||||||
dependency('cairo'),
|
dependency('cairo'),
|
||||||
dependency('pango'),
|
dependency('pango'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue