mirror of https://github.com/ArduPilot/ardupilot
Tools: build-with-disabled-features: update deps
This commit is contained in:
parent
0e68ce2ad8
commit
18135b4764
|
@ -44,6 +44,11 @@ class Builder():
|
|||
"AC_FENCE": ["AC_AVOID_ENABLED"],
|
||||
"PROXIMITY_ENABLED": ["AC_AVOID_ENABLED"],
|
||||
"AC_RALLY": ["AC_TERRAIN"],
|
||||
"MODE_AUTO_ENABLED": ["AC_TERRAIN", "MODE_GUIDED"],
|
||||
"MODE_RTL_ENABLED": ["MODE_AUTO_ENABLED", "AC_TERRAIN"],
|
||||
"BEACON_ENABLED": ["AC_AVOID_ENABLED"],
|
||||
"MODE_CIRCLE_ENABLED": ["MODE_AUTO_ENABLED", "AC_TERRAIN"],
|
||||
"MODE_GUIDED_ENABLED": ["MODE_AUTO_ENABLED", "AC_TERRAIN"],
|
||||
}
|
||||
|
||||
def reverse_deps_for_var(self, var):
|
||||
|
|
Loading…
Reference in New Issue