summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-06-13 13:07:54 +0200
committerJens Georg <mail@jensge.org>2022-06-14 08:12:32 +0200
commit3b1fe5d0f36d13b3cd8980a1d5671aa43ede88f9 (patch)
treef8b5b6c49c9e3455635a345ac072c6b760ad4b2c /meson.build
parentb50c50dd6b27272b4e2207a6cf853defa0337684 (diff)
downloadgupnp-3b1fe5d0f36d13b3cd8980a1d5671aa43ede88f9.tar.gz
Service: Switch to g_uuid_string_random()
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 6c70138..1195361 100644
--- a/meson.build
+++ b/meson.build
@@ -28,7 +28,6 @@ conf.set('GLIB_VERSION_MIN_REQUIRED', 'GLIB_VERSION_2_70'.format(glib_version.un
conf.set('GLIB_VERSION_MAX_ALLOWED', 'GLIB_VERSION_2_70'.format(glib_version.underscorify()))
subdir('internal')
-guul = subproject('guul', default_options : ['default_library=static'])
gssdp_dep = dependency('gssdp-1.6', version : '>= 1.5.0', default_options: ['sniffer=false'], fallback: 'gssdp-1.6')