This is an automated email from the ASF dual-hosted git repository.

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git


The following commit(s) were added to refs/heads/main by this push:
     new b71327d2 chore: Document pkgconfig file support to Meson build (#544)
b71327d2 is described below

commit b71327d2fdc8fb5631264e1f6daf341f4439b450
Author: Tao Zuhong <[email protected]>
AuthorDate: Mon Jul 15 21:51:38 2024 +0800

    chore: Document pkgconfig file support to Meson build (#544)
---
 meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 42179610..ccab27d3 100644
--- a/meson.build
+++ b/meson.build
@@ -276,4 +276,5 @@ if get_option('apps')
 endif
 
 pkg = import('pkgconfig')
-pkg.generate(nanoarrow_lib)
+pkg.generate(nanoarrow_lib,
+             description : 'Helpers for Arrow C Data & Arrow C Stream 
interfaces')

Reply via email to