summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2019-07-02 22:04:07 +0000
committerJens Georg <mail@jensge.org>2019-07-02 22:04:07 +0000
commit95b300cb4c06f42c059ba43ec3c9ea46d5867b47 (patch)
tree42b442b183953e27984d657ee92e1de61e8b3c98
parentd52703fe68a5e9eda0cbbc674db51636b81c3aa7 (diff)
parent0831f77e990e363f78e3f6a5c461084988824f7b (diff)
downloadgupnp-tools-95b300cb4c06f42c059ba43ec3c9ea46d5867b47.tar.gz
Merge branch 'master' into 'master'
src/meson.build: upload needs gupnp-av See merge request GNOME/gupnp-tools!3
-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')