diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/meson.build b/src/core/meson.build index bf4e2dbed9..97410a8cc4 100644 --- a/src/core/meson.build +++ b/src/core/meson.build @@ -203,7 +203,7 @@ custom_target( input : policy_in, output : 'org.freedesktop.systemd1.policy', command : intltool_command, - install : true, + install : install_polkit, install_dir : polkitpolicydir) # TODO: this might work with meson from git, see @@ -214,7 +214,7 @@ custom_target( # po_dir : po_dir, # input : policy_in, # output : 'org.freedesktop.systemd1.policy', -# install : true, +# install : install_polkit, # install_dir : polkitpolicydir) install_data('system.conf', |