Skip to content

Commit 1def396

Browse files
Change jsoncpp dependency to non-static
1 parent 5e9ac1a commit 1def396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dep_lz4 = dependency('liblz4', required: false)
2424
dep_selinux = dependency('libselinux', required: false)
2525
dep_systemd = dependency('libsystemd', version: '>218', required: false)
2626
dep_tinyxml2 = dependency('tinyxml2')
27-
dep_jsoncpp = dependency('jsoncpp', static: true)
27+
dep_jsoncpp = dependency('jsoncpp')
2828

2929
libfmt = subproject('fmt', default_options: ['header-only=true'])
3030
dep_libfmt = libfmt.get_variable('fmt_header_only_dep')

0 commit comments

Comments
 (0)