From ad28490cf496e0ddae991fc553f24e63efe72a34 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 7 Dec 2021 16:11:29 +0100 Subject: build: move wayland-client dep to backend/wayland/ wayland-client isn't really used by wlroots core, so let's move the dep to where it's needed in the Wayland backend. --- backend/wayland/meson.build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'backend') diff --git a/backend/wayland/meson.build b/backend/wayland/meson.build index ebe31529..103d3f9f 100644 --- a/backend/wayland/meson.build +++ b/backend/wayland/meson.build @@ -1,3 +1,9 @@ +wayland_client = dependency('wayland-client', + fallback: ['wayland', 'wayland_client_dep'], + default_options: wayland_project_options, +) +wlr_deps += wayland_client + wlr_files += files( 'backend.c', 'output.c', -- cgit v1.2.3