aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/server.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-09 08:09:03 -0400
committerGitHub <noreply@github.com>2017-10-09 08:09:03 -0400
commitd0d6413772a09f385bc16f5fc38eda114695ee16 (patch)
tree59ea3b1a314ede560f90f6e8b1058c1b54b90161 /include/rootston/server.h
parent7aa0e949b3849428aad426533e719562d7bb8ef9 (diff)
parent9cab66f0f914a0194cdfa178377f6413c33ac515 (diff)
Merge pull request #220 from versusvoid/optional-xwayland
Make Xwayland optional
Diffstat (limited to 'include/rootston/server.h')
-rw-r--r--include/rootston/server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/server.h b/include/rootston/server.h
index 15e3a4ee..a4eacb7f 100644
--- a/include/rootston/server.h
+++ b/include/rootston/server.h
@@ -5,7 +5,9 @@
#include <wlr/backend/session.h>
#include <wlr/types/wlr_data_device_manager.h>
#include <wlr/render.h>
+#ifdef HAS_XWAYLAND
#include <wlr/xwayland.h>
+#endif
#include "rootston/config.h"
#include "rootston/desktop.h"
#include "rootston/input.h"