summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-11-20 20:27:37 +0100
committerJens Georg <mail@jensge.org>2022-11-20 20:27:37 +0100
commit0744c645f4ee15830fd1991a41a9bc8c235e2ff5 (patch)
tree4b3273555b63d491c7dbe40c9ae6ebcda1975db1
parent231423c40b639bf0c1eadc49234a961aa227efc9 (diff)
downloadgupnp-0744c645f4ee15830fd1991a41a9bc8c235e2ff5.tar.gz
build: Do not build docs for subprojects
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index fa34d84..25a03c8 100644
--- a/meson.build
+++ b/meson.build
@@ -37,7 +37,7 @@ conf.set('GLIB_VERSION_MAX_ALLOWED', 'GLIB_VERSION_@0@'.format(glib_version.unde
subdir('internal')
-gssdp_dep = dependency('gssdp-1.6', version : '>= 1.5.2', default_options: ['sniffer=false'], fallback: 'gssdp-1.6')
+gssdp_dep = dependency('gssdp-1.6', version : '>= 1.5.2', default_options: ['sniffer=false', 'manpages=false', 'gtk_doc=false'], fallback: 'gssdp-1.6')
gio_unix = dependency('gio-unix-2.0', version: '>= 2.44', required: host_machine.system() != 'windows')
libxml_dep = dependency('libxml-2.0')