2022-11-01 08:02:52 +08:00
|
|
|
diff --git a/src/bin/svg2png/meson.build b/src/bin/svg2png/meson.build
|
2023-08-04 21:51:05 +08:00
|
|
|
index c9fe63b6..92bfdda4 100644
|
2022-11-01 08:02:52 +08:00
|
|
|
--- a/src/bin/svg2png/meson.build
|
|
|
|
+++ b/src/bin/svg2png/meson.build
|
2023-08-04 21:51:05 +08:00
|
|
|
@@ -5,4 +5,4 @@ executable('svg2png',
|
2022-11-01 08:02:52 +08:00
|
|
|
include_directories : headers,
|
2023-08-04 21:51:05 +08:00
|
|
|
cpp_args : compiler_flags,
|
|
|
|
install : true,
|
2022-11-01 08:02:52 +08:00
|
|
|
- link_with : thorvg_lib)
|
2023-08-04 21:51:05 +08:00
|
|
|
+ link_with : thorvg_lib , install_dir : get_option('bindir'))
|
|
|
|
\ No newline at end of file
|
2022-11-01 08:02:52 +08:00
|
|
|
diff --git a/src/bin/svg2tvg/meson.build b/src/bin/svg2tvg/meson.build
|
2023-08-04 21:51:05 +08:00
|
|
|
index 158376b5..8d960aec 100644
|
2022-11-01 08:02:52 +08:00
|
|
|
--- a/src/bin/svg2tvg/meson.build
|
|
|
|
+++ b/src/bin/svg2tvg/meson.build
|
2023-08-04 21:51:05 +08:00
|
|
|
@@ -5,4 +5,4 @@ executable('svg2tvg',
|
2022-11-01 08:02:52 +08:00
|
|
|
include_directories : headers,
|
2023-08-04 21:51:05 +08:00
|
|
|
cpp_args : compiler_flags,
|
|
|
|
install : true,
|
2022-11-01 08:02:52 +08:00
|
|
|
- link_with : thorvg_lib)
|
2023-08-04 21:51:05 +08:00
|
|
|
+ link_with : thorvg_lib , install_dir : get_option('bindir'))
|