fix: fixed meson build

pull/7/head
Falk Werner 4 years ago
parent 57212f1b96
commit b61a281949

@ -1,8 +1,10 @@
project('webfused', 'c', 'cpp', version: '0.3.0', license: 'LGPL-3.0+')
c_compiler = meson.get_compiler('c')
openssl_dep = dependency('openssl', version: '>=1.1.1')
libconfig_dep = dependency('libconfig', version: '>=1.5')
pam_dep = declare_dependency(link_args: ['-lpam'])
pam_dep = c_compiler.find_library('pam')
libwebsockets_dep = dependency('libwebsockets', version: '>=4.0.13', required: false)
if not libwebsockets_dep.found()

@ -1,7 +1,7 @@
[wrap-file]
directory = webfuse-0.3.0
directory = webfuse-0.3.1
source_url = https://github.com/falk-werner/webfuse/archive/v0.3.0.tar.gz
source_filename = v0.3.0.tar.gz
source_hash = 3c0c0755be24f36cac563582b931f2fc1ba8e7a87bd240e8fefd4252cc2a10a4
source_url = https://github.com/falk-werner/webfuse/archive/v0.3.1.tar.gz
source_filename = v0.3.1.tar.gz
source_hash = 46624b5f29e8f87dd1aebfce3b13ca87e766bc59546b6e5f49665d2f8c555d62

Loading…
Cancel
Save