frontend: Fix build error when Xwayland disabled

Add another wrapper so we can build with -Dxwayland=false.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Fixes: 388702c181 ("frontend: Explicitly destroy Xwayland from frontend code")
Closes: wayland/weston#779
This commit is contained in:
Daniel Stone 2023-07-18 11:44:11 +01:00
parent f8611607ec
commit 4a26a28682

View File

@ -3794,6 +3794,11 @@ wet_load_xwayland(struct weston_compositor *comp)
{
return NULL;
}
void
wet_xwayland_destroy(struct weston_compositor *comp, void *wet_xwl)
{
}
#endif
static int