summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2020-10-09 16:24:04 +0200
committerDebarshi Ray <debarshir@gnome.org>2020-10-09 17:51:21 +0200
commit7f3f0ebcf8f96839049cd29f68fea1e2be9c6691 (patch)
treedd41aeacf7b799ec4f2d655967df3cca66cffddb /meson_options.txt
parent728d2bf1ec201977f594302455e2278a4228772f (diff)
downloadgnome-online-accounts-7f3f0ebcf8f96839049cd29f68fea1e2be9c6691.tar.gz
build: Enable Last.fm by default
GNOME Music was added to the list of core applications in GNOME 3.26: https://blogs.gnome.org/mcatanzaro/2017/08/13/gnome-3-26-core-applications/ https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/issues/134
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 10f51e2..08c65ec 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -23,7 +23,7 @@ option('imap_smtp', type: 'boolean', value: true, description: 'Enable IMAP/SMTP
option('kerberos', type: 'boolean', value: true, description: 'Enable kerberos provider')
-option('lastfm', type: 'boolean', value: false, description: 'Enable Last.fm provider')
+option('lastfm', type: 'boolean', value: true, description: 'Enable Last.fm provider')
option('lastfm_client_id', type: 'string', value: '7a2461fe34c9c8124fb28ac750ba12fa', description: 'Last.fm client id')
option('lastfm_client_secret', type: 'string', value: '49ec391644459c417f3afe57ca246c5a', description: 'Last.fm client secret')