tici: fix GL linking (#20626)

* fix GL linking on tici

* gles

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 015973474e0ff72f9704d979966e2d59e69ede30
This commit is contained in:
Adeeb Shihadeh
2021-04-08 11:59:33 -07:00
committed by GitHub
parent 7955ba0a5f
commit 530b8eb26d
+2
View File
@@ -28,6 +28,8 @@ if arch == "aarch64":
'touch.c',
]
_gpu_libs = ['gui', 'adreno_utils']
elif arch == "larch64":
_gpu_libs = ["GLESv2"]
else:
_gpu_libs = ["GL"]