Integrate libtouch into sway and cursor.(c|h)

This commit is contained in:
grahnen 2019-01-15 03:45:04 +01:00 committed by Samuel Grahn
parent 642d7fd8ec
commit 6a099a753e
4 changed files with 20 additions and 4 deletions

View file

@ -37,6 +37,7 @@ if is_freebsd
add_project_arguments('-D_C11_SOURCE', language: 'c')
endif
libtouch = dependency('libtouch')
jsonc = dependency('json-c', version: '>=0.13')
pcre = dependency('libpcre')
wayland_server = dependency('wayland-server')