summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-06-19 17:45:27 +0200
committerJens Georg <mail@jensge.org>2021-06-19 17:45:27 +0200
commit1a6e28a69d5fc75ef624681b529b9b47c38d562e (patch)
tree951960cb415dfa42e564e04406af1764f2af8498
parent1daa73a062de2c6e8a407d0b6c5b57b8404f1cae (diff)
downloadgupnp-av-1a6e28a69d5fc75ef624681b529b9b47c38d562e.tar.gz
build: Allow use as subproject
-rw-r--r--libgupnp-av/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgupnp-av/meson.build b/libgupnp-av/meson.build
index eee66a4..89a5b38 100644
--- a/libgupnp-av/meson.build
+++ b/libgupnp-av/meson.build
@@ -39,6 +39,8 @@ 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)
+
public_headers = [
'gupnp-av-enums.h',
'gupnp-av-error.h',