mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
Merge pull request #809 from emersion/x11-backend-fix-has-xcb-xkb
backend/x11: fix WLR_HAS_XCB_XKB always undefined
This commit is contained in:
commit
31c6ce13cd
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#include <wlr/config.h>
|
||||
#include <wlr/interfaces/wlr_input_device.h>
|
||||
#include <wlr/interfaces/wlr_keyboard.h>
|
||||
#include <wlr/interfaces/wlr_pointer.h>
|
||||
|
@ -8,6 +9,9 @@
|
|||
#elif __FreeBSD__
|
||||
#include <dev/evdev/input-event-codes.h>
|
||||
#endif
|
||||
#ifdef WLR_HAS_XCB_XKB
|
||||
#include <xcb/xkb.h>
|
||||
#endif
|
||||
#include "backend/x11.h"
|
||||
#include "util/signal.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue