12 lines
340 B
Diff
12 lines
340 B
Diff
--- a/src/access/meson.build
|
|
+++ b/src/access/meson.build
|
|
@@ -69,7 +69,7 @@
|
|
'org.libvirt.api.policy.in',
|
|
input: access_perm_h,
|
|
output: 'org.libvirt.api.policy.in',
|
|
- command: [ meson_python_prog, python3_prog, genpolkit_prog, '@INPUT@' ],
|
|
+ command: [ genpolkit_prog, '@INPUT@' ],
|
|
capture: true,
|
|
build_by_default: true,
|
|
)
|