summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-06-19 18:43:40 +0200
committerJens Georg <mail@jensge.org>2021-06-19 18:43:40 +0200
commit87f0e01a54683688f9751855e9ded866c0065fac (patch)
treeaa48418fd23ca263ce83192e1cf13848adc03c4d
parent1a6e28a69d5fc75ef624681b529b9b47c38d562e (diff)
downloadgupnp-av-87f0e01a54683688f9751855e9ded866c0065fac.tar.gz
build: Fix typo in override
-rw-r--r--libgupnp-av/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgupnp-av/meson.build b/libgupnp-av/meson.build
index 89a5b38..68296ea 100644
--- a/libgupnp-av/meson.build
+++ b/libgupnp-av/meson.build
@@ -39,7 +39,7 @@ gupnp_av_lib = library('gupnp-av-1.0',
)
gupnp_av = declare_dependency(link_with : gupnp_av_lib, include_directories : include_directories('..'))
-meson.override_dependency('gunp-av-1.0', gupnp_av)
+meson.override_dependency('gupnp-av-1.0', gupnp_av)
public_headers = [
'gupnp-av-enums.h',