From f06a0b2c907c55bf144a00515a82cb913ef225e2 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Tue, 15 Oct 2019 19:13:02 +0200 Subject: meson: run lv2lint on build dir. --- VERSION | 2 +- meson.build | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index c25c8e5..f176c94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.30.0 +0.31.1 diff --git a/meson.build b/meson.build index 501035d..bd13583 100644 --- a/meson.build +++ b/meson.build @@ -5,6 +5,8 @@ project('moony.lv2', 'c', default_options : [ 'b_lto=false', 'c_std=c11']) +build_root = meson.build_root() + build_opengl_ui = get_option('build-opengl-ui') build_simple_ui = get_option('build-simple-ui') build_inline_disp = get_option('build-inline-disp') @@ -515,7 +517,7 @@ endif if lv2lint.found() test('LV2 lint', lv2lint, - args : [ + args : [ '-I', join_paths(build_root, ''), 'http://open-music-kontrollers.ch/lv2/moony#a1xa1', 'http://open-music-kontrollers.ch/lv2/moony#a2xa2', 'http://open-music-kontrollers.ch/lv2/moony#a4xa4', -- cgit v1.1