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:
parent
e37f18ee97
commit
c9edd3d54a
|
@ -139,6 +139,7 @@ xwayland_server = executable(
|
|||
dependencies: [
|
||||
common_dep,
|
||||
xwayland_dep,
|
||||
xwaylandproto_dep,
|
||||
],
|
||||
link_with: [
|
||||
libxserver_main,
|
||||
|
|
Loading…
Reference in New Issue