mirror of
https://github.com/falk-werner/webfuse
synced 2025-06-13 12:54:15 +00:00
fix: make dependencies required again
This commit is contained in:
parent
c2e1ad2388
commit
b5608be920
@ -2,9 +2,8 @@ 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', required: false)
|
libwebsockets_dep = dependency('libwebsockets', version: '>=4.0.0')
|
||||||
|
libfuse_dep = dependency('fuse3', version: '>=3.1.0')
|
||||||
libfuse_dep = dependency('fuse3', version: '>=3.1.0', required: false)
|
|
||||||
|
|
||||||
pkg_config = import('pkgconfig')
|
pkg_config = import('pkgconfig')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user