0001-src-meson.build-upload-needs-gupnp-av.patch 788 B

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