From c9edd3d54a8d42f760303e847f84cef3ccd246e7 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sun, 14 Aug 2022 08:04:28 +0000 Subject: [PATCH] xwayland: add missing dependency on xwaylandproto hw/xwayland/xwayland.c:306:10: fatal error: 'X11/extensions/xwaylandproto.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fixes: 2700bc604516 ("xwayland: add support for the XWAYLAND extension") --- hw/xwayland/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xwayland/meson.build b/hw/xwayland/meson.build index 6c04c4cf6..692b0442a 100644 --- a/hw/xwayland/meson.build +++ b/hw/xwayland/meson.build @@ -139,6 +139,7 @@ xwayland_server = executable( dependencies: [ common_dep, xwayland_dep, + xwaylandproto_dep, ], link_with: [ libxserver_main,