aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-04-24 09:25:00 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-04-24 09:25:00 +0900
commit93136b670e6616c0813a96c6ce01ecd3b2beac45 (patch)
treebd22a9161eecf57bf76844dcff90c4bcb8217cc6
parent53b5e6f5f48a004b4dbe485a5a0b75553213bfa6 (diff)
downloadlibhinoko-93136b670e6616c0813a96c6ce01ecd3b2beac45.tar.gz
use the same short description between documentation and pkg-config
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--doc/hinoko.toml.in2
-rw-r--r--src/meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/hinoko.toml.in b/doc/hinoko.toml.in
index 9fb3668..a9f2332 100644
--- a/doc/hinoko.toml.in
+++ b/doc/hinoko.toml.in
@@ -1,6 +1,6 @@
[library]
version = "@VERSION@"
-description = "The library to operate Linux firewire character device for IEEE 1394 isochronous communication"
+description = "The library to operate OHCI 1394 hardware for isochronous communication in IEEE 1394 bus"
authors = "Takashi Sakamoto"
license = "LGPL-2.1-or-later"
website_url = "https://alsa-project.github.io/gobject-introspection-docs/hinoko/"
diff --git a/src/meson.build b/src/meson.build
index 8b8ea6f..33469d6 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -78,7 +78,7 @@ install_headers(headers,
pkg = import('pkgconfig')
pkg.generate(myself,
- description: 'A library to operate OHCI 1394 controller for isochronous stream',
+ description: 'The library to operate OHCI 1394 hardware for isoochronous communication in IEEE 1394 bus',
subdirs: inc_dir,
)