Skip to content

Commit

Permalink
meson: Fix a stylistic inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Mar 14, 2024
1 parent 5138409 commit 2e8a1bd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -300,17 +300,17 @@ json_glib_dep = dependency('json-glib-1.0', default_options: [
'tests=false',
])
libsoup_dep = dependency('libsoup-3.0', default_options: [
'gssapi=disabled',
'ntlm=disabled',
'brotli=disabled',
'tls_check=false',
'introspection=disabled',
'vapi=disabled',
'docs=disabled',
'examples=disabled',
'tests=false',
'sysprof=disabled',
])
'gssapi=disabled',
'ntlm=disabled',
'brotli=disabled',
'tls_check=false',
'introspection=disabled',
'vapi=disabled',
'docs=disabled',
'examples=disabled',
'tests=false',
'sysprof=disabled',
])
brotlidec_dep = dependency('libbrotlidec')
quickjs_dep = dependency('quickjs', required: get_option('barebone_backend'), default_options: [
'libc=false',
Expand Down

0 comments on commit 2e8a1bd

Please sign in to comment.