summaryrefslogtreecommitdiff
path: root/src/hostname/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostname/meson.build')
-rw-r--r--src/hostname/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostname/meson.build b/src/hostname/meson.build
index 7cb5fc135a..d58caa6787 100644
--- a/src/hostname/meson.build
+++ b/src/hostname/meson.build
@@ -1,4 +1,4 @@
-if conf.get('ENABLE_HOSTNAMED', 0) == 1
+if conf.get('ENABLE_HOSTNAMED', false)
install_data('org.freedesktop.hostname1.conf',
install_dir : dbuspolicydir)
install_data('org.freedesktop.hostname1.service',