Allow to disable X11 backend separately from Xwayland after 5a750b485a (#1445)
This commit is contained in:
parent
ce632b7a05
commit
ff9bcb19fa
3 changed files with 15 additions and 7 deletions
|
|
@ -105,8 +105,11 @@ extern "C" {
|
|||
|
||||
#include <drm_fourcc.h>
|
||||
|
||||
#ifndef NO_XWAYLAND
|
||||
#if WLR_HAS_X11_BACKEND
|
||||
#include <wlr/backend/x11.h>
|
||||
#endif
|
||||
|
||||
#ifndef NO_XWAYLAND
|
||||
#include <wlr/xwayland.h>
|
||||
#endif
|
||||
}
|
||||
|
|
@ -127,6 +130,10 @@ extern "C" {
|
|||
#include <GLES3/gl3ext.h>
|
||||
#endif
|
||||
|
||||
#if !WLR_HAS_X11_BACKEND
|
||||
#include "helpers/X11Stubs.hpp"
|
||||
#endif
|
||||
|
||||
#ifdef NO_XWAYLAND
|
||||
#define XWAYLAND false
|
||||
#include "helpers/XWaylandStubs.hpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue