From fb0d868416b911c0908002abaae6cd7c79714182 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Sat, 8 May 2021 20:17:05 +0200 Subject: [PATCH] meson: fixes for updated nk_pugl. --- VERSION | 2 +- meson.build | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 25939d3..f95b087 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.29.1 +0.29.7 diff --git a/meson.build b/meson.build index 2c5f7df..5accdb5 100644 --- a/meson.build +++ b/meson.build @@ -31,8 +31,7 @@ ui_deps = [m_dep, lv2_dep, sratom_dep, nk_pugl_dep] props_inc = include_directories('props.lv2') osc_inc = include_directories('osc.lv2') ser_inc = include_directories('ser_atom.lv2') -nk_pugl_inc = include_directories(join_paths('subprojects', 'nk_pugl')) -inc_dir = [props_inc, osc_inc, ser_inc, nk_pugl_inc] +inc_dir = [props_inc, osc_inc, ser_inc] rawvers = run_command('cat', 'VERSION').stdout().strip() version = rawvers.split('.') -- 2.38.5