summaryrefslogtreecommitdiff
path: root/src/resolve/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/resolve/meson.build')
-rw-r--r--src/resolve/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/meson.build b/src/resolve/meson.build
index 347ffaaeca..f3c411ffee 100644
--- a/src/resolve/meson.build
+++ b/src/resolve/meson.build
@@ -123,7 +123,7 @@ systemd_resolve_sources = (basic_dns_sources +
systemd_resolve_only_sources +
dns_type_headers)
-if conf.get('ENABLE_RESOLVED', 0) == 1
+if conf.get('ENABLE_RESOLVED', false)
install_data('org.freedesktop.resolve1.conf',
install_dir : dbuspolicydir)
install_data('org.freedesktop.resolve1.service',