diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-06-09 17:31:21 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-06-13 08:10:36 -0400 |
commit | 0e75d157f52db45a1af350574bd95cccbd09fa57 (patch) | |
tree | dfc6134d419cab1798707f6b072c7be6730085dd /backend/CMakeLists.txt | |
parent | 019fff06be1ad460ac427bea070fbe7a61c09ea8 (diff) |
Initialize keyboards from libinput
Diffstat (limited to 'backend/CMakeLists.txt')
-rw-r--r-- | backend/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/CMakeLists.txt b/backend/CMakeLists.txt index c3e7ef54..e22032c3 100644 --- a/backend/CMakeLists.txt +++ b/backend/CMakeLists.txt @@ -15,6 +15,7 @@ add_library(wlr-backend drm/drm.c libinput/backend.c + libinput/events.c backend.c egl.c |