~hp/vm.lv2

9a00d8611febb0feb1696f18c3a7f27966c54894 — Hanspeter Portner 2 years ago 689c6ce
meson: fixes for updated nk_pugl.
2 files changed, 2 insertions(+), 3 deletions(-)

M VERSION
M meson.build
M VERSION => VERSION +1 -1
@@ 1,1 1,1 @@
0.14.0
0.15.5

M meson.build => meson.build +1 -2
@@ 29,8 29,7 @@ ui_deps = [m_dep, lv2_dep, nk_pugl_dep]

props_inc = include_directories('props.lv2')
timely_inc = include_directories('timely.lv2')
nk_pugl_inc = include_directories(join_paths('subprojects', 'nk_pugl'))
inc_dir = [props_inc, timely_inc, nk_pugl_inc]
inc_dir = [props_inc, timely_inc]

rawvers = run_command('cat', 'VERSION').stdout().strip()
version = rawvers.split('.')