aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-09-01 23:31:26 +0200
committerdec05eba <dec05eba@protonmail.com>2024-09-01 23:31:26 +0200
commitee4ac974b262d2a46dd5edbd59e49fa74d0107c5 (patch)
tree72784dc9f099ed39802e694564a498fceb450246 /meson.build
parent636df184fba582c2261e4e0518771b92be68d9b1 (diff)
Include noto sans font instead of using system package
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
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