merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit c2db1c8442bbd30a8b595e5f1dda3a2d5901a094
parent 437065b81cdf6c5675318265e5b1fc434d848587
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Tue,  5 May 2026 11:39:48 +0200

build: depends not dependencies

Diffstat:
Mdoc/meson.build | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/meson.build b/doc/meson.build @@ -45,7 +45,7 @@ if makeinfo.found() '-o', '@OUTPUT0@', ], - dependencies: [merchant_texi_dep], + depends: [merchant_texi_dep], install: true, install_dir: get_option('infodir'), )