diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-06-13 10:27:15 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-06-13 11:05:45 -0400 |
commit | a63230e59cfdaad42c3444b2bc4be5480202e527 (patch) | |
tree | 70067e02a12c75fe63c3e87c7d67349b4a0e5dde /backend/CMakeLists.txt | |
parent | 0dbfe56c892f400a015c37d1f3574c8f9c985030 (diff) |
Implement libinput wlr_pointer
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 23914240..b8df9373 100644 --- a/backend/CMakeLists.txt +++ b/backend/CMakeLists.txt @@ -17,6 +17,7 @@ add_library(wlr-backend libinput/backend.c libinput/events.c libinput/keyboard.c + libinput/pointer.c multi/backend.c backend.c |