mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-07 22:52:06 +08:00
cabana: use vendored libusb from commaai/dependencies (#37681)
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ pkgs = [importlib.import_module(name) for name in pkg_names]
|
||||
# vendored in commaai/dependencies.
|
||||
allowed_system_libs = {
|
||||
"EGL", "GLESv2", "GL", "Qt5Charts", "Qt5Core", "Qt5Gui", "Qt5Widgets",
|
||||
"dl", "drm", "gbm", "m", "pthread", "usb-1.0",
|
||||
"dl", "drm", "gbm", "m", "pthread",
|
||||
}
|
||||
|
||||
def _resolve_lib(env, name):
|
||||
|
||||
Reference in New Issue
Block a user