2022-11-01 08:02:52 +08:00
|
|
|
diff --git a/src/bin/svg2png/meson.build b/src/bin/svg2png/meson.build
|
2023-05-14 00:36:02 +08:00
|
|
|
index ed21489e..c3fb3188 100644
|
2022-11-01 08:02:52 +08:00
|
|
|
--- a/src/bin/svg2png/meson.build
|
|
|
|
+++ b/src/bin/svg2png/meson.build
|
2023-05-14 00:36:02 +08:00
|
|
|
@@ -4,4 +4,5 @@ executable('svg2png',
|
2022-11-01 08:02:52 +08:00
|
|
|
svg2png_src,
|
|
|
|
include_directories : headers,
|
2023-05-14 00:36:02 +08:00
|
|
|
cpp_args: compiler_flags,
|
2022-11-01 08:02:52 +08:00
|
|
|
- link_with : thorvg_lib)
|
|
|
|
+ link_with : thorvg_lib,
|
|
|
|
+ install : true, install_dir : get_option('bindir'))
|
|
|
|
diff --git a/src/bin/svg2tvg/meson.build b/src/bin/svg2tvg/meson.build
|
2023-05-14 00:36:02 +08:00
|
|
|
index a40111aa..a02f4b8a 100644
|
2022-11-01 08:02:52 +08:00
|
|
|
--- a/src/bin/svg2tvg/meson.build
|
|
|
|
+++ b/src/bin/svg2tvg/meson.build
|
2023-05-14 00:36:02 +08:00
|
|
|
@@ -4,4 +4,5 @@ executable('svg2tvg',
|
2022-11-01 08:02:52 +08:00
|
|
|
svg2tvg_src,
|
|
|
|
include_directories : headers,
|
2023-05-14 00:36:02 +08:00
|
|
|
cpp_args: compiler_flags,
|
2022-11-01 08:02:52 +08:00
|
|
|
- link_with : thorvg_lib)
|
|
|
|
+ link_with : thorvg_lib,
|
|
|
|
+ install : true, install_dir : get_option('bindir'))
|