diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2021-05-08 19:18:08 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2021-05-08 19:18:08 +0200 |
commit | adf397509a333be11391ad4fc68b7d81de4ddcf9 (patch) | |
tree | 4dfb885777ac63e6a8288ed57622eea00453ace3 | |
parent | ecc978e9e2ba10cd53060110348c115118f9b2e7 (diff) | |
parent | ae05f28971666c0bfa61194dae9255e5281513a5 (diff) | |
download | d2tk.lv2-adf397509a333be11391ad4fc68b7d81de4ddcf9.tar.xz |
Merge commit 'ae05f28971666c0bfa61194dae9255e5281513a5'
-rw-r--r-- | subprojects/d2tk/VERSION | 2 | ||||
-rw-r--r-- | subprojects/d2tk/meson.build | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/subprojects/d2tk/VERSION b/subprojects/d2tk/VERSION index f25c9b0..e5e81a2 100644 --- a/subprojects/d2tk/VERSION +++ b/subprojects/d2tk/VERSION @@ -1 +1 @@ -0.1.1253 +0.1.1259 diff --git a/subprojects/d2tk/meson.build b/subprojects/d2tk/meson.build index 58a2d69..8e8e9ed 100644 --- a/subprojects/d2tk/meson.build +++ b/subprojects/d2tk/meson.build @@ -109,10 +109,11 @@ fontconfig_dep = dependency('fontconfig', deps = [m_dep, thread_dep, evdev_dep, util_dep, vterm_dep, fontconfig_dep] links = [] +d2tk_inc = include_directories('') pugl_inc = include_directories(join_paths('pugl', 'include')) nanovg_inc = include_directories(join_paths('nanovg', 'src')) linenoise_inc = include_directories('linenoise') -inc_dir = [pugl_inc, nanovg_inc, linenoise_inc] +inc_dir = [d2tk_inc, pugl_inc, nanovg_inc, linenoise_inc] rawvers = run_command('cat', 'VERSION').stdout().strip() version = rawvers.split('.') |