mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
fix: correct min version of libwebsockets
This commit is contained in:
parent
f23f08fb42
commit
9a88120cf7
@ -2,7 +2,7 @@ project('webfuse', 'c', 'cpp', version: '0.4.0', license: 'LGPL-3.0+')
|
|||||||
|
|
||||||
without_tests = get_option('without_tests')
|
without_tests = get_option('without_tests')
|
||||||
|
|
||||||
libwebsockets_dep = dependency('libwebsockets', version: '>=4.0.13', required: false)
|
libwebsockets_dep = dependency('libwebsockets', version: '>=4.0.0', required: false)
|
||||||
if not libwebsockets_dep.found()
|
if not libwebsockets_dep.found()
|
||||||
cmake = import('cmake')
|
cmake = import('cmake')
|
||||||
libwebsockets = cmake.subproject('libwebsockets')
|
libwebsockets = cmake.subproject('libwebsockets')
|
||||||
|
Loading…
Reference in New Issue
Block a user