mirror of
https://github.com/falk-werner/webfused
synced 2024-10-27 20:44:08 +00:00
changed required version of libwebsockets to 4.0.0
This commit is contained in:
parent
c17a5749b1
commit
6ac93184df
@ -8,7 +8,7 @@ openssl_dep = dependency('openssl', version: '>=1.1.1')
|
|||||||
libconfig_dep = dependency('libconfig', version: '>=1.5')
|
libconfig_dep = dependency('libconfig', version: '>=1.5')
|
||||||
pam_dep = c_compiler.find_library('pam')
|
pam_dep = c_compiler.find_library('pam')
|
||||||
|
|
||||||
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