From 3cc9893233f8f9a6e65135ed5eb4ddfefc870440 Mon Sep 17 00:00:00 2001 From: "builds.sr.ht" Date: Fri, 12 May 2023 21:38:34 +0000 Subject: [PATCH] Squashed 'subprojects/varchunk/' changes from f51441d..3d8d747 3d8d747 release-0.2.2 5a87ddc Readd missing base include directory git-subtree-dir: subprojects/varchunk git-subtree-split: 3d8d7477a23c82c81a7999a4d8280545e1e12e3b --- meson.build | 5 +++++ meson_options.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 19cdcbd..ec5e11d 100644 --- a/meson.build +++ b/meson.build @@ -21,11 +21,16 @@ lib_deps = [ rt_dep ] +lib_incs = [ + include_directories('') +] + lib_srcs = [ join_paths('src', 'varchunk.c') ] varchunk = declare_dependency( + include_directories : lib_incs, dependencies : lib_deps, sources : lib_srcs) diff --git a/meson_options.txt b/meson_options.txt index ede30b1..e9dd670 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -5,4 +5,4 @@ option('build-tests', type : 'boolean', value : true) -option('version', type : 'string', value : '0.2.0') +option('version', type : 'string', value : '0.2.2') -- 2.38.5