From 75918c14d767af3a70010c9d57a0e97bd01a3334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20=22sp1rit=22=E2=80=8B?= Date: Wed, 15 Jun 2022 12:04:42 +0200 Subject: [PATCH] meson: added wayland dependencies to main executable --- src/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/meson.build b/src/meson.build index 4e52d65e..5d64188f 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'),