summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-18 22:03:28 -0400
committerDavid Robillard <d@drobilla.net>2022-07-18 22:03:28 -0400
commit818ce34b2d553d373b572ba82cb60b7aa1e14224 (patch)
treed553374d2fcd0413502d45025077d1f3932cd248 /meson.build
parent6981ceb6bff8cd846e075b9e7115a6cb8cbe967f (diff)
downloadzix-818ce34b2d553d373b572ba82cb60b7aa1e14224.tar.gz
zix-818ce34b2d553d373b572ba82cb60b7aa1e14224.tar.bz2
zix-818ce34b2d553d373b572ba82cb60b7aa1e14224.zip
Use consistent pkg-config description
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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',