diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2019-10-08 09:05:08 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2019-10-08 09:05:08 +0200 |
commit | a60ac771f44054fb3371905cc0e1ed4c612189d2 (patch) | |
tree | c655b38e0f218cd93aa5f6cd30f1ef372bff3f2b | |
parent | 6835a0df1cf34be6c6447401115924e77dc5ecef (diff) | |
download | synthpod-a60ac771f44054fb3371905cc0e1ed4c612189d2.tar.xz |
meson: remove font dependency of subproject.
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | plugins/meson.build | 4 |
2 files changed, 2 insertions, 4 deletions
@@ -1 +1 @@ -0.1.6135 +0.1.6137 diff --git a/plugins/meson.build b/plugins/meson.build index 5dbcfc80..a6452723 100644 --- a/plugins/meson.build +++ b/plugins/meson.build @@ -73,7 +73,7 @@ if use_x11 install_dir : plug_dir) configure_file( - input : join_paths('..', 'subprojects', 'd2tk', 'nanovg', 'example', 'Roboto-Bold.ttf'), + input : join_paths('..', 'data', 'font', 'Abel-Regular.ttf'), output : 'Roboto-Bold.ttf', copy : true, install : true, @@ -105,8 +105,6 @@ dsp_ttl = configure_file( ttls += dsp_ttl #FIXME paths -install_data('../data/font/Abel-Regular.ttf', install_dir : plug_dir) - install_data('../data/pix/audio.png', install_dir : plug_dir ) install_data('../data/pix/control.png', install_dir : plug_dir ) install_data('../data/pix/cv.png', install_dir : plug_dir ) |