From b71327d2fdc8fb5631264e1f6daf341f4439b450 Mon Sep 17 00:00:00 2001 From: Tao Zuhong Date: Mon, 15 Jul 2024 21:51:38 +0800 Subject: [PATCH] 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 42179610e..ccab27d35 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')