mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add a build switch to disable the native bluetooth backend.
This commit is contained in:
parent
cc0ac89e1a
commit
83fda753a8
4 changed files with 15 additions and 3 deletions
|
@ -18,6 +18,7 @@ energy-profiling = ["profile_traits/energy-profiling"]
|
|||
debugmozjs = ["script/debugmozjs"]
|
||||
googlevr = ["webvr/googlevr"]
|
||||
js_backtrace = ["script/js_backtrace"]
|
||||
disable-native-bluetooth = ["bluetooth/disable-native-bluetooth"]
|
||||
webrender_debugger = ["webrender/debugger"]
|
||||
oculusvr = ["webvr/oculusvr"]
|
||||
unstable = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue