diff options
author | David Robillard <d@drobilla.net> | 2025-02-12 04:12:23 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-12 04:12:23 -0500 |
commit | 6ad6194f504d986f53d1e7f2ec8dbf8ad437824c (patch) | |
tree | e1f47ebe6e0e3f60ce59d93c4945c6f33c3be208 /meson.build | |
parent | 4285fab0c0b14cbbcf9ddbe29d274c0c55a04edd (diff) | |
download | lv2-6ad6194f504d986f53d1e7f2ec8dbf8ad437824c.tar.xz |
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 90fad9a..07698de 100644 --- a/meson.build +++ b/meson.build @@ -216,7 +216,7 @@ endif # Package/Dependency # ###################### -# Generage pkg-config file for external dependants +# Generate pkg-config file for external dependants pkg.generate( description: 'Plugin standard for audio systems', filebase: 'lv2', |