summaryrefslogtreecommitdiff
path: root/src/hostname/meson.build
blob: 7cb5fc135a65e3bca7bb952f4cb4b6e6a9554d88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if conf.get('ENABLE_HOSTNAMED', 0) == 1
        install_data('org.freedesktop.hostname1.conf',
                     install_dir : dbuspolicydir)
        install_data('org.freedesktop.hostname1.service',
                     install_dir : dbussystemservicedir)

        custom_target(
                'org.freedesktop.hostname1.policy',
                input : 'org.freedesktop.hostname1.policy.in',
                output : 'org.freedesktop.hostname1.policy',
                command : intltool_command,
                install : install_polkit,
                install_dir : polkitpolicydir)
endif