convert framebuffer to class (#19800)

* class FrameBuffer

* fix build error

* remove bootlog
This commit is contained in:
Dean Lee
2021-01-28 21:47:05 +08:00
committed by GitHub
parent 4f995b35d5
commit 6583206ed4
9 changed files with 39 additions and 34 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ Import('env', 'qt_env', 'arch', 'common', 'messaging', 'gpucommon', 'visionipc',
src = ['ui.cc', 'paint.cc', 'sidebar.cc', '#phonelibs/nanovg/nanovg.c']
libs = [common, 'zmq', 'capnp', 'kj', 'm', 'OpenCL', cereal, messaging, gpucommon, visionipc]
libs = [gpucommon, common, 'zmq', 'capnp', 'kj', 'm', 'OpenCL', cereal, messaging, visionipc]
if qt_env is None:
libs += ['EGL', 'GLESv3', 'gnustl_shared', 'log', 'utils', 'gui', 'hardware',