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:
parent
1e590b20ff
commit
86946dbc77
@ -3,7 +3,7 @@ project('webfuse', 'c', 'cpp', version: '0.6.0', license: 'LGPL-3.0+')
|
|||||||
without_tests = get_option('without_tests')
|
without_tests = get_option('without_tests')
|
||||||
|
|
||||||
libwebsockets_dep = dependency('libwebsockets', version: '>=4.0.0')
|
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')
|
pkg_config = import('pkgconfig')
|
||||||
|
|
||||||
@ -202,4 +202,4 @@ alltests = executable('alltests',
|
|||||||
|
|
||||||
test('alltests', alltests)
|
test('alltests', alltests)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user