~hp/midi_matrix.lv2

3313fa9b2724d4c5efdf9e1e91a513f9dfb0a71e — Hanspeter Portner 2 years ago 29fa1c7
Squashed 'subprojects/nk_pugl/' changes from 26868708..ae5a74ee

ae5a74ee meson: add root dir to include dirs.

git-subtree-dir: subprojects/nk_pugl
git-subtree-split: ae5a74eeabca8a448497763f6f596c8b05099bc1
2 files changed, 3 insertions(+), 2 deletions(-)

M VERSION
M meson.build
M VERSION => VERSION +1 -1
@@ 1,1 1,1 @@
0.1.173
0.1.179

M meson.build => meson.build +2 -1
@@ 24,8 24,9 @@ glu_dep = dependency('glu',
deps = [m_dep, lv2_dep, glu_dep, glew_dep]
links = []

nk_pugl_inc = include_directories('')
pugl_inc = include_directories(join_paths('pugl', 'include'))
inc_dir = [pugl_inc]
inc_dir = [nk_pugl_inc, pugl_inc]

add_project_arguments('-D_GNU_SOURCE', language : 'c')