summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorVictor Toso <victortoso@gnome.org>2022-08-27 09:33:43 +0200
committerVictor Toso <victortoso@gnome.org>2022-08-27 13:14:41 +0200
commitd1c0835da8f1e3968b1047e262ed4ae51e4e118d (patch)
tree3ae640ef6f60ebe6b0fa2274175339ac9dcb3c82 /meson.build
parent9ba39b357b454912b7f7502c64dd76af4978c5ac (diff)
downloadgrilo-plugins-d1c0835da8f1e3968b1047e262ed4ae51e4e118d.tar.gz
flickr: remove GOA support
GNOME Online accounts removed flicker backend so we need to remove it here too. https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/merge_requests/86 This basically reverts 2b973109 "flickr: use GOA to get user's accounts"
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 62c8f83..dce2069 100644
--- a/meson.build
+++ b/meson.build
@@ -128,7 +128,7 @@ plugins = [ # NAME, REQ_DEPS, OPT_DEPS
['dleyna', [gio_dep, gio_unix_dep], []],
['dmap', [libdmapsharing_dep, libxml_dep], []],
['filesystem', [grilo_pls_dep], []],
- ['flickr', [grilo_net_dep, libxml_dep, oauth_dep], [goa_dep]],
+ ['flickr', [grilo_net_dep, libxml_dep, oauth_dep], []],
['freebox', [grilo_pls_dep, avahi_client_dep, avahi_glib_dep, avahi_gobject_dep], []],
['gravatar', [], []],
['local-metadata', [gio_dep, libmediaart_dep], []],