summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-10-04 12:23:05 +0200
committerBastien Nocera <hadess@hadess.net>2021-10-04 14:53:46 +0200
commit9995169ab01c6a274a471b6f6d5f560683b0ae99 (patch)
treee05a4fbd6126ba2fc58db5982322e958d8fb5002 /meson.build
parent7f8d8467fface745a69eadd348ce67ddb0983d84 (diff)
downloadgrilo-9995169ab01c6a274a471b6f6d5f560683b0ae99.tar.gz
build: Fix build when grlnet support is disabled
Closes: #147
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index f76d790..263ed81 100644
--- a/meson.build
+++ b/meson.build
@@ -105,6 +105,7 @@ endif
cdata = configuration_data()
cdata.set_quoted('VERSION', grilo_version)
cdata.set('GRLNET_VERSION', grlnet_version)
+cdata.set('HAVE_GRLNET', enable_grlnet)
cdata.set('GRLPLS_VERSION', grlpls_version)
cdata.set_quoted('GRL_MAJORMINOR', grl_majorminor)
cdata.set_quoted('GETTEXT_PACKAGE', meson.project_name())