mirror of
https://github.com/swaywm/sway.git
synced 2026-04-27 06:46:25 -04:00
Integrate libtouch into sway and cursor.(c|h)
This commit is contained in:
parent
642d7fd8ec
commit
6a099a753e
4 changed files with 20 additions and 4 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue