mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
xwayland: require xcb-xfixes 1.15
xcb-xfixes 1.15 was released back in 2022. Let's simplify our build setup by requiring it.
This commit is contained in:
parent
37992cf3b8
commit
221b37355f
3 changed files with 11 additions and 18 deletions
|
|
@ -145,9 +145,7 @@ struct wlr_xwayland *wlr_xwayland_create(struct wl_display *wl_display,
|
|||
struct wlr_xwayland_server_options options = {
|
||||
.lazy = lazy,
|
||||
.enable_wm = true,
|
||||
#if HAVE_XCB_XFIXES_SET_CLIENT_DISCONNECT_MODE
|
||||
.terminate_delay = lazy ? 10 : 0,
|
||||
#endif
|
||||
};
|
||||
struct wlr_xwayland_server *server = wlr_xwayland_server_create(wl_display, &options);
|
||||
if (server == NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue