From ee4ac974b262d2a46dd5edbd59e49fa74d0107c5 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 1 Sep 2024 23:31:26 +0200 Subject: Include noto sans font instead of using system package --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meson.build') 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 -- cgit v1.2.3