summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2019-07-02 23:48:12 +0200
committerFabrice Fontaine <fontaine.fabrice@gmail.com>2019-07-02 23:49:27 +0200
commit0831f77e990e363f78e3f6a5c461084988824f7b (patch)
tree42b442b183953e27984d657ee92e1de61e8b3c98
parentd52703fe68a5e9eda0cbbc674db51636b81c3aa7 (diff)
downloadgupnp-tools-0831f77e990e363f78e3f6a5c461084988824f7b.tar.gz
src/meson.build: upload needs gupnp-av
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 84b2ca2..6601f45 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -2,9 +2,9 @@ subdir('common')
if get_option('av-tools') and gupnp_av.found()
subdir('av-cp')
+ subdir('upload')
endif
subdir('discover')
subdir('network-light')
subdir('universal-cp')
-subdir('upload')