diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 8f6f56b..f1176b3 100644 --- a/meson.build +++ b/meson.build @@ -30,4 +30,5 @@ executable( cpp_args : '-DGSR_NOTIFY_RESOURCES_PATH="' + gsr_notify_resources_path + '"', ) -install_subdir('images', install_dir : gsr_notify_resources_path)
\ No newline at end of file +install_subdir('images', install_dir : gsr_notify_resources_path) +install_subdir('fonts', install_dir : gsr_notify_resources_path)
\ No newline at end of file |