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 /configure.ac | |
| 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 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 443dd40..ab62f9f 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,7 @@ PKG_CHECK_MODULES(MATE_CALC, [ gio-2.0 >= $GIO_REQUIRED mpfr >= $MPFR_REQUIRED libxml-2.0 + libsoup-3.0 gmodule-export-2.0 ]) @@ -40,6 +41,7 @@ PKG_CHECK_MODULES(MATE_CALC_CMD, [ gio-2.0 >= $GIO_REQUIRED mpfr >= $MPFR_REQUIRED libxml-2.0 + libsoup-3.0 ]) GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0` |
