diff options
| author | mbkma <[email protected]> | 2026-04-25 17:22:07 +0200 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-05-05 19:29:26 +0200 |
| commit | 4a48a4d73a83fb2543700f10411850cc43821853 (patch) | |
| tree | b94d11c59e317144007a3b01079acd6b4e63e0cd /src/meson.build | |
| parent | 3fc6e65dfccbbb89c378aaa8ac161fd0c7c9807d (diff) | |
| download | mate-calc-fix-currency-conversion.tar.bz2 mate-calc-fix-currency-conversion.tar.xz | |
financial: fix currency conversionfix-currency-conversion
Diffstat (limited to 'src/meson.build')
| -rw-r--r-- | src/meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/meson.build b/src/meson.build index f6a5396..b5d3503 100644 --- a/src/meson.build +++ b/src/meson.build @@ -104,13 +104,13 @@ test_mp_eq_src += [ ] executable('mate-calc', src, include_directories: top_inc, - dependencies : [gio, glib, gobject,gtk, libxml, mpc, mpfr], + dependencies : [gio, glib, gobject, gtk, libxml, libsoup, mpc, mpfr], link_args: '-rdynamic', install : true, install_dir : get_option('bindir')) executable('mate-calc-cmd', src_cmd, include_directories: top_inc, - dependencies : [gio, libxml, mpc, mpfr], + dependencies : [gio, libxml, libsoup, mpc, mpfr], install : true, install_dir : get_option('bindir')) @@ -118,4 +118,4 @@ executable('test-mp', test_mp_src, include_directories: top_inc, dependencies : [gio, libxml, mpc, mpfr]) executable('test-mp-equation', test_mp_eq_src, include_directories: top_inc, - dependencies: [gio, libxml, mpc, mpfr]) + dependencies: [gio, libxml, libsoup, mpc, mpfr]) |
