xwayland: add missing dependency on xwaylandproto

hw/xwayland/xwayland.c:306:10: fatal error: 'X11/extensions/xwaylandproto.h' file not found
 #include <X11/extensions/xwaylandproto.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Fixes: 2700bc6045 ("xwayland: add support for the XWAYLAND extension")
This commit is contained in:
Jan Beich 2022-08-14 08:04:28 +00:00 committed by Matt Turner
parent e37f18ee97
commit c9edd3d54a

View File

@ -139,6 +139,7 @@ xwayland_server = executable(
dependencies: [
common_dep,
xwayland_dep,
xwaylandproto_dep,
],
link_with: [
libxserver_main,