Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn Webb
Fwupd
Commits
7dc9592c
Commit
7dc9592c
authored
Feb 23, 2021
by
Richard Hughes
Browse files
trivial: Disable bluez by default
We can enable this once we have a real plugin that actually depends on it.
parent
44ee5def
Changes
1
Hide whitespace changes
Inline
Side-by-side
meson_options.txt
View file @
7dc9592c
...
...
@@ -9,7 +9,7 @@ option('man', type : 'boolean', value : true, description : 'enable man pages')
option('libarchive', type : 'boolean', value : true, description : 'enable libarchive support')
option('gudev', type : 'boolean', value : true, description : 'enable GUdev support')
option('gusb', type : 'boolean', value : true, description : 'enable GUsb support')
option('bluez', type : 'boolean', value :
tru
e, description : 'enable BlueZ support')
option('bluez', type : 'boolean', value :
fals
e, description : 'enable BlueZ support')
option('polkit', type: 'boolean', value : true, description : 'enable PolKit support in daemon')
option('gnutls', type: 'boolean', value : true, description : 'enable GnuTLS support')
option('plugin_altos', type : 'boolean', value : true, description : 'enable altos support')
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment