diff --git a/src/meson.build b/src/meson.build index 4e52d65eb..5d64188f7 100644 --- a/src/meson.build +++ b/src/meson.build @@ -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'),