cabana: use vendored libusb from commaai/dependencies (#37681)

This commit is contained in:
Adeeb Shihadeh
2026-03-14 16:47:17 -07:00
committed by GitHub
parent 5e7f5dd840
commit a68ea44af3
4 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -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):