[gupnp-tools] build: Make gupnp-av dependent of av-tools option



commit 79a3ee673d21b5f4a1e0c8667f6414681db50ebd
Author: Jens Georg <mail jensge org>
Date:   Sat Jun 19 18:47:26 2021 +0200

    build: Make gupnp-av dependent of av-tools option

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index f210bd2..8a3ccd6 100644
--- a/meson.build
+++ b/meson.build
@@ -10,7 +10,7 @@ endif
 gssdp = dependency('gssdp-1.2', version: '>= 1.2.0')
 gupnp = dependency('gupnp-1.2', version: '>= 1.2.0')
 soup = dependency('libsoup-2.4', version: '>= 2.42')
-gupnp_av = dependency('gupnp-av-1.0', version: '>= 0.5.5', required: false)
+gupnp_av = dependency('gupnp-av-1.0', version: '>= 0.5.5', required: get_option('av-tools'))
 gtk = dependency('gtk+-3.0', version: '>= 3.10')
 glib = dependency('glib-2.0', version: '>= 2.24')
 gio = dependency('gio-2.0', version: '>= 2.24')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]