gvfs/resolve-the-compilation-failure-caused-by-the-libplist-upgrade.patch
chengguipeng debe4d85a3 gvfs: Resolve the compilation failure caused by the libplist upgrade.
Signed-off-by: chengguipeng <chengguipeng1@huawei.com>
2020-08-12 12:04:59 +08:00

13 lines
543 B
Diff

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 ***