tici: fix GL linking (#20626)

* fix GL linking on tici

* gles

Co-authored-by: Comma Device <device@comma.ai>
albatross
Adeeb Shihadeh 2021-04-08 11:59:33 -07:00 committed by GitHub
parent 36d8c89ebf
commit 015973474e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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"]