mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-28 14:58:22 +00:00
* Meson >=0.41.0, (unreleased) polkit 0.114+ don't use data_dirs argument * Meson >=0.41.0, older polkit, use local ITS rules with data_dirs argument * Meson <0.41.0, any polkit, use custom policy building rules Later on when meson 0.41.0+ and polkit 0.114+ is in many stable distros this commit can be reverted and dependencies updated. Fixes: #107
9 lines
309 B
XML
9 lines
309 B
XML
<?xml version="1.0"?>
|
|
<its:rules xmlns:its="http://www.w3.org/2005/11/its"
|
|
version="2.0">
|
|
<its:translateRule selector="//*" translate="no"/>
|
|
<its:translateRule selector="//action/description |
|
|
//action/message"
|
|
translate="yes"/>
|
|
</its:rules>
|