summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy BĂ­cha <[email protected]>2024-04-01 09:29:38 -0400
committergit-ubuntu importer <[email protected]>2024-04-01 16:28:49 +0000
commit681ac5b19c42d67c3807ab64e9a1888513fc3bba (patch)
treef457c412868dda973ad01801ea89d8cb8ed7643d
parent45ff8048152d59b8d403f27456d263fdf0eff3ff (diff)
goabackend: update Microsoft client ID
Gbp-Pq: goabackend-update-Microsoft-client-ID.patch.
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ca83d2ce..2f066763 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -17,10 +17,10 @@ option('owncloud', type: 'boolean', value: true, description: 'Enable ownCloud p
option('webdav', type: 'boolean', value: true, description: 'Enable WebDAV provider')
option('windows_live', type: 'boolean', value: true, description: 'Enable Windows Live provider')
-option('windows_live_client_id', type: 'string', value: '0000000044067703', description: 'Windows Live OAuth 2.0 client id')
+option('windows_live_client_id', type: 'string', value: '8ef61e06-9fd5-49af-9b63-6983aede4213', description: 'Windows Live OAuth 2.0 client id')
option('ms_graph', type: 'boolean', value: true, description: 'Enable Microsoft 365 provider')
-option('ms_graph_client_id', type: 'string', value: '', description: 'Microsoft 365 client id')
+option('ms_graph_client_id', type: 'string', value: '8ef61e06-9fd5-49af-9b63-6983aede4213', description: 'Microsoft 365 client id')
option('gtk_doc', type: 'boolean', value: false, description: 'use gtk_doc to build documentation')
option('introspection', type: 'boolean', value: true, description: 'Enable GObject Introspection (depends on GObject)')