]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/hostname/meson.build
meson: build systemd using meson
[thirdparty/systemd.git] / src / hostname / meson.build
1 # -*- mode: meson -*-
2
3 install_data('org.freedesktop.hostname1.conf',
4 install_dir : dbuspolicydir)
5 install_data('org.freedesktop.hostname1.service',
6 install_dir : dbussystemservicedir)
7
8 if conf.get('ENABLE_HOSTNAMED', 0) == 1
9 custom_target(
10 'org.freedesktop.hostname1.policy',
11 input : 'org.freedesktop.hostname1.policy.in',
12 output : 'org.freedesktop.hostname1.policy',
13 command : intltool_command,
14 install : true,
15 install_dir : polkitpolicydir)
16 endif