data: Add polkit policy description

Describe and set defaults for claiming sensors.
This commit is contained in:
Bastien Nocera
2021-09-29 11:19:18 +02:00
parent b68811417e
commit 63a84af6a2
3 changed files with 38 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ endif
gio_dep = dependency('gio-2.0')
gudev_dep = dependency('gudev-1.0', version: '>= 237')
xmllint = find_program('xmllint', required: false)
gnome = import('gnome')
add_global_arguments('-D_GNU_SOURCE=1', language: 'c')