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

if conf.get('ENABLE_HOSTNAMED', 0) == 1
        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