去除polkit-object-1的版本依赖声明

This commit is contained in:
Yue-Lan 2023-04-07 14:18:22 +08:00
parent d34d9af490
commit c3d451b65f
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ privileged_group = get_option('privileged_group')
enable_admin = get_option('admin') enable_admin = get_option('admin')
if enable_admin if enable_admin
libcap_dep = dependency('libcap') libcap_dep = dependency('libcap')
polkit_gobject_dep = dependency('polkit-gobject-1', version: '>= 0.114') polkit_gobject_dep = dependency('polkit-gobject-1')
endif endif
# *** Check if we should build with http backend *** # *** Check if we should build with http backend ***