This commit is contained in:
Samuel Grahn 2019-04-25 18:00:57 +00:00 committed by GitHub
commit 50fbc3b9db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 653 additions and 5 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')