diff options
| author | Michael Biebl <biebl@debian.org> | 2026-05-14 19:21:28 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-05-14 19:21:28 +0200 |
| commit | 4312005496b2f64293dd5a34fd81e4cba5a19c5b (patch) | |
| tree | 98c36475837c1f15559d4850a9a0368923fcee04 /data/meson.build | |
| parent | d877daadf2a7d90283a4b48a48fe854d1e9c78a6 (diff) | |
| parent | 869e9027026cdbb15d4e4a6327ff41d2697858eb (diff) | |
Update upstream source from tag 'upstream/1.56.1'
Update to upstream version '1.56.1' with Debian dir ea0a29e73fef8e57cffc45da43243a29de64bb9e
Diffstat (limited to 'data/meson.build')
| -rw-r--r-- | data/meson.build | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/data/meson.build b/data/meson.build index b77bf434..34c98e3b 100644 --- a/data/meson.build +++ b/data/meson.build @@ -68,8 +68,17 @@ if enable_polkit output: '@BASENAME@', po_dir: po_dir, install: true, - install_dir: polkit_gobject_policydir, + install_dir: polkit_policydir, ) + + if polkit_noauth_group != '' + configure_file( + input: 'org.freedesktop.NetworkManager.rules.in', + output: '@BASENAME@', + install_dir: polkit_rulesdir, + configuration: {'NM_POLKIT_NOAUTH_GROUP': polkit_noauth_group}, + ) + endif endif if enable_firewalld_zone |