1 Star 0 Fork 26

shirely/gvfs

forked from src-openEuler/gvfs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
resolve-the-compilation-failure-caused-by-the-libplist-upgrade.patch 543 Bytes
一键复制 编辑 原始数据 按行查看 历史
diff -Nuar gvfs-1.40.2.origin/meson.build gvfs-1.40.2/meson.build
--- gvfs-1.40.2.origin/meson.build 2020-08-12 10:56:28.913116340 +0800
+++ gvfs-1.40.2/meson.build 2020-08-12 11:02:03.356989688 +0800
@@ -355,7 +355,7 @@
enable_afc = get_option('afc')
if enable_afc
libimobiledevice_dep = dependency('libimobiledevice-1.0', version: '>= 1.2')
- libplist_dep = dependency('libplist', version: '>= 0.15')
+ libplist_dep = dependency('libplist-2.0', version: '>= 0.15')
endif
# *** Check if we should build with GOA volume monitor ***
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shirely16/gvfs.git
[email protected]:shirely16/gvfs.git
shirely16
gvfs
gvfs
master

搜索帮助