summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy BĂ­cha <[email protected]>2024-03-27 17:23:52 -0400
committergit-ubuntu importer <[email protected]>2024-03-28 04:34:44 +0000
commit317f9e6fafc4ed5ddd01dac8eaefecbc974c18bc (patch)
tree8432a3fd08f36bdb8c9c741a161a75db8263f313
parentdfc0c84a08039a97618b5a7ff68806c241b60e74 (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)')