Merge pull request #713 from ManDay/master

Make X11 fully optional
This commit is contained in:
Drew DeVault 2018-03-26 23:20:46 -04:00 committed by GitHub
commit b1c4f01bad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 50 additions and 26 deletions

View file

@ -5,7 +5,9 @@
#include <wlr/types/wlr_cursor.h>
#include <wlr/util/log.h>
#include <wlr/xcursor.h>
#ifdef WLR_HAS_XWAYLAND
#include <wlr/xwayland.h>
#endif
#include "rootston/config.h"
#include "rootston/input.h"
#include "rootston/keyboard.h"