diff options
author | David Robillard <d@drobilla.net> | 2022-07-18 22:03:28 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-18 22:03:28 -0400 |
commit | 818ce34b2d553d373b572ba82cb60b7aa1e14224 (patch) | |
tree | d553374d2fcd0413502d45025077d1f3932cd248 | |
parent | 6981ceb6bff8cd846e075b9e7115a6cb8cbe967f (diff) | |
download | zix-818ce34b2d553d373b572ba82cb60b7aa1e14224.tar.gz zix-818ce34b2d553d373b572ba82cb60b7aa1e14224.tar.bz2 zix-818ce34b2d553d373b572ba82cb60b7aa1e14224.zip |
Use consistent pkg-config description
-rw-r--r-- | meson.build | 2 |
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', |