From e862347ab51705047848f768ceabf81ab299fbfc Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Wed, 22 Jul 2020 04:37:35 +0000 Subject: [PATCH] meson: allow static linking --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5263094..4eee85f 100644 --- a/meson.build +++ b/meson.build @@ -91,7 +91,7 @@ configure_file( configuration: config, ) -neatvnc = shared_library( +neatvnc = library( 'neatvnc', sources, version: '0.0.0',