~hp/midi_matrix.lv2

e6c356afbf69a3331b149012f2db6e16d467e3ab — Hanspeter Portner 2 years ago ab1209e + 3313fa9
Merge commit '3313fa9b2724d4c5efdf9e1e91a513f9dfb0a71e'
2 files changed, 3 insertions(+), 2 deletions(-)

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

M subprojects/nk_pugl/meson.build => subprojects/nk_pugl/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')