1From 0831f77e990e363f78e3f6a5c461084988824f7b Mon Sep 17 00:00:00 2001
2From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3Date: Tue, 2 Jul 2019 23:48:12 +0200
4Subject: [PATCH] src/meson.build: upload needs gupnp-av
5
6Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
7[Upstream status:
8https://gitlab.gnome.org/GNOME/gupnp-tools/merge_requests/3]
9---
10 src/meson.build | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/src/meson.build b/src/meson.build
14index 84b2ca2..6601f45 100644
15--- a/src/meson.build
16+++ b/src/meson.build
17@@ -2,9 +2,9 @@ subdir('common')
18
19 if get_option('av-tools') and gupnp_av.found()
20     subdir('av-cp')
21+    subdir('upload')
22 endif
23
24 subdir('discover')
25 subdir('network-light')
26 subdir('universal-cp')
27-subdir('upload')
28--
292.20.1
30
31