[gnome-online-accounts/wip/rishi/enable-lastfm: 2/2] build: Enable Last.fm by default




commit 7f3f0ebcf8f96839049cd29f68fea1e2be9c6691
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Oct 9 16:24:04 2020 +0200

    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

 configure.ac      | 2 +-
 meson_options.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7edd0294..11862b5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -385,7 +385,7 @@ AC_DEFINE(GOA_LASTFM_NAME, ["lastfm"], [ProviderType and extension point name])
 AC_ARG_ENABLE([lastfm],
               [AS_HELP_STRING([--enable-lastfm], [Enable Last.fm provider])],
               [],
-              [enable_lastfm=no])
+              [enable_lastfm=yes])
 AC_ARG_WITH(lastfm-client-id,
             [AS_HELP_STRING([--with-lastfm-client-id], [Last.fm client id])],
             [],
diff --git a/meson_options.txt b/meson_options.txt
index 10f51e2f..08c65ecd 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')
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]