aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-07-07 09:23:24 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-07-07 09:23:24 +0900
commit3dbc0c47ee7e00c0a420bc9818783bfc7e870544 (patch)
tree6bf95a22486c48329ae401c7e1989daab22e70b8
parentf847200eb9f5665957184a46d313d6f5175c1642 (diff)
downloadlibhinawa-3dbc0c47ee7e00c0a420bc9818783bfc7e870544.tar.gz
meson: refine description about the library in .pc file
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index c1f603a..9258f36 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -80,7 +80,7 @@ install_headers(headers,
pkg = import('pkgconfig')
pkg.generate(myself,
- description: 'Input/Output library to audio and music units on IEEE 1394 bus',
+ description: 'library to operate asynchronous packet and topology generation in IEEE 1394 bus',
subdirs: inc_dir,
)