diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-06-14 11:40:03 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-06-14 11:40:03 -0400 |
commit | d6905f86cb9d430e0ba05c6a066ed350761116d1 (patch) | |
tree | 33387ebd6c8993203c408334c691e01439615426 /backend/CMakeLists.txt | |
parent | 7dfc2c28f1870a38357d6adbb48040151f3166b1 (diff) |
Allocate wlr_touch devices
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 b8df9373..8272e039 100644 --- a/backend/CMakeLists.txt +++ b/backend/CMakeLists.txt @@ -18,6 +18,7 @@ add_library(wlr-backend libinput/events.c libinput/keyboard.c libinput/pointer.c + libinput/touch.c multi/backend.c backend.c |