meson: added wayland dependencies to main executable

This commit is contained in:
Florian "sp1rit"​ 2022-06-15 12:04:42 +02:00
parent d179501c4f
commit 75918c14d7
No known key found for this signature in database
GPG Key ID: BA579378AC81FB05
1 changed files with 2 additions and 0 deletions

View File

@ -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'),