From 818ce34b2d553d373b572ba82cb60b7aa1e14224 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 18 Jul 2022 22:03:28 -0400 Subject: Use consistent pkg-config description --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 9588c39..e8609eb 100644 --- a/meson.build +++ b/meson.build @@ -156,7 +156,7 @@ zix_dep = declare_dependency( # Generage pkg-config file for external dependants pkg.generate( libzix, - description: 'A lightweight portability and data structure C library', + description: 'Lightweight C library of portability wrappers and data structures', extra_cflags: extra_c_args, filebase: versioned_name, name: 'Zix', -- cgit v1.2.1