Remove czmq part 1 (#2332)

* remove czmq

* remove streaming mode from loggerd

* Add include for usleep
old-commit-hash: a4ccfcffe8247bf467bddfb0e6c5b3eb8851e21a
This commit is contained in:
Willem Melching
2020-10-13 16:01:07 +02:00
committed by GitHub
parent 872b7f02b0
commit a331861873
12 changed files with 18 additions and 52 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
Import('env', 'qt_env', 'arch', 'common', 'messaging', 'gpucommon', 'visionipc', 'cereal')
src = ['ui.cc', 'paint.cc', 'sidebar.cc', '#phonelibs/nanovg/nanovg.c']
libs = [common, 'zmq', 'czmq', 'capnp', 'kj', 'm', cereal, messaging, gpucommon, visionipc]
libs = [common, 'zmq', 'capnp', 'kj', 'm', cereal, messaging, gpucommon, visionipc]
if qt_env is None: