From 6fd57a7c2719b9b3f91632ab9fe6dc44c9018432 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Tue, 25 Apr 2023 12:40:10 +0200 Subject: [PATCH] Rename netatom dependency to netatom_lv2 --- meson.build | 4 ++-- meson_options.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index e755348..4359e03 100644 --- a/meson.build +++ b/meson.build @@ -29,14 +29,14 @@ lib_incs += include_directories('') lib_srcs = [] lib_srcs += join_paths('src', 'netatom.c') -netatom = declare_dependency( +netatom_lv2 = declare_dependency( include_directories : lib_incs, dependencies : lib_deps, sources : lib_srcs) if build_tests test_deps = [serd_dep, sord_dep, sratom_dep] - test_deps += netatom + test_deps += netatom_lv2 test_srcs = [] test_srcs += join_paths('test', 'test.c') diff --git a/meson_options.txt b/meson_options.txt index a08c1c3..c8949da 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -6,4 +6,4 @@ option('build-tests', value : false, yield : true) -option('version', type : 'string', value : '0.1.75') +option('version', type : 'string', value : '0.1.79') -- 2.38.5