diff options
author | David Robillard <d@drobilla.net> | 2022-07-17 18:14:34 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-17 18:14:34 -0400 |
commit | 590bbe1d5b8f98e5647cc700581994ae40d900d7 (patch) | |
tree | 80afefd3798aeba19692760ecb9ae42600d3d203 | |
parent | 6720bf362d0f6008f5e827b3713705719276fd96 (diff) | |
download | serd-590bbe1d5b8f98e5647cc700581994ae40d900d7.tar.gz serd-590bbe1d5b8f98e5647cc700581994ae40d900d7.tar.bz2 serd-590bbe1d5b8f98e5647cc700581994ae40d900d7.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 f8d7f439..66968468 100644 --- a/meson.build +++ b/meson.build @@ -102,7 +102,7 @@ serd_dep = declare_dependency( # Generage pkg-config file for external dependants pkg.generate( libserd, - description: 'A lightweight library for working with RDF', + description: 'Lightweight C library for working with RDF data', extra_cflags: extra_c_args, filebase: versioned_name, name: get_option('title'), |