1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

Adjust version of dependencies (#91)

Reduce versions of dependencies to required minimum
This commit is contained in:
Falk Werner 2020-11-11 16:32:41 +01:00 committed by GitHub
parent 1e590b20ff
commit 86946dbc77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ project('webfuse', 'c', 'cpp', version: '0.6.0', license: 'LGPL-3.0+')
without_tests = get_option('without_tests')
libwebsockets_dep = dependency('libwebsockets', version: '>=4.0.0')
libfuse_dep = dependency('fuse3', version: '>=3.8.0')
libfuse_dep = dependency('fuse3', version: '>=3.1.0')
pkg_config = import('pkgconfig')