]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/hostname/meson.build
Merge pull request #5818 from mbiebl/meson-no-libudev
[thirdparty/systemd.git] / src / hostname / meson.build
CommitLineData
5c23128d
ZJS
1install_data('org.freedesktop.hostname1.conf',
2 install_dir : dbuspolicydir)
3install_data('org.freedesktop.hostname1.service',
4 install_dir : dbussystemservicedir)
5
6if conf.get('ENABLE_HOSTNAMED', 0) == 1
37efbbd8
ZJS
7 custom_target(
8 'org.freedesktop.hostname1.policy',
9 input : 'org.freedesktop.hostname1.policy.in',
10 output : 'org.freedesktop.hostname1.policy',
11 command : intltool_command,
12 install : install_polkit,
13 install_dir : polkitpolicydir)
5c23128d 14endif