summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2021-01-29 14:33:50 +0100
committerOndrej Holy <oholy@redhat.com>2021-02-12 14:48:02 +0100
commit8d2442e3e49dde993dd47e8f2b4724ea50489645 (patch)
tree7abc4ba07dd8b233f14d25a114ebf4edc2d020b4 /meson.build
parent530b55586461206f5c836e8b3a9e6625c560474e (diff)
downloadgvfs-8d2442e3e49dde993dd47e8f2b4724ea50489645.tar.gz
google: Add Shared with me folder
Currently, it is not possible to browse files which are shared with the user (the Shared with me folder on the web). Let's add My Drive and Shared with me folder to the root to make them available. Fixes: https://gitlab.gnome.org/GNOME/gvfs/-/issues/444
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b646c0fc..14a18c16 100644
--- a/meson.build
+++ b/meson.build
@@ -419,7 +419,7 @@ enable_google = get_option('google')
if enable_google
assert(enable_goa, 'Google backend requested but GOA is required')
- libgdata_dep = dependency('libgdata', version: '>= 0.17.11')
+ libgdata_dep = dependency('libgdata', version: '>= 0.18.0')
endif
# *** Check for gphoto2 ***