meson-0.61.diff 634 B

12345678910111213141516171819202122232425
  1. diff --git i/actions/meson.build w/actions/meson.build
  2. index 2abaaf3..1e3f370 100644
  3. --- i/actions/meson.build
  4. +++ w/actions/meson.build
  5. @@ -1,7 +1,6 @@
  6. policy = 'org.freedesktop.policykit.policy'
  7. i18n.merge_file(
  8. - policy,
  9. input: policy + '.in',
  10. output: '@BASENAME@',
  11. po_dir: po_dir,
  12. diff --git i/src/examples/meson.build w/src/examples/meson.build
  13. index c6305ab..8c18de5 100644
  14. --- i/src/examples/meson.build
  15. +++ w/src/examples/meson.build
  16. @@ -1,7 +1,6 @@
  17. policy = 'org.freedesktop.policykit.examples.pkexec.policy'
  18. i18n.merge_file(
  19. - policy,
  20. input: policy + '.in',
  21. output: '@BASENAME@',
  22. po_dir: po_dir,