tici: fix GL linking (#20626)

* fix GL linking on tici

* gles

Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
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

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