mirror of https://gitee.com/openkylin/gvfs.git
去除polkit-object-1的版本依赖声明
This commit is contained in:
parent
d34d9af490
commit
c3d451b65f
|
@ -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 ***
|
||||||
|
|
Loading…
Reference in New Issue