From 3313fa9b2724d4c5efdf9e1e91a513f9dfb0a71e Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Sat, 8 May 2021 20:13:11 +0200 Subject: [PATCH] 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 --- VERSION | 2 +- meson.build | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index d3bfa59..f4fdeb6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.173 +0.1.179 diff --git a/meson.build b/meson.build index 19b855f..c891785 100644 --- a/meson.build +++ b/meson.build @@ -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') -- 2.38.5