use services.h in loggerd (#1056)

* loggerd: use services.h

* don't need yaml-cpp anymore

* forgot that

old-commit-hash: 0ad5715255
This commit is contained in:
Adeeb
2020-02-06 10:56:01 -08:00
committed by GitHub
parent e3cb9b937c
commit 559d3e4f50
45 changed files with 6 additions and 142 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
Import('env', 'arch', 'messaging', 'common', 'visionipc')
src = ['loggerd.cc', 'logger.c']
libs = ['zmq', 'czmq', 'capnp', 'kj', 'yaml-cpp', 'z',
libs = ['zmq', 'czmq', 'capnp', 'kj', 'z',
'avformat', 'avcodec', 'swscale', 'avutil',
'yuv', 'bz2', common, 'json', messaging, visionipc]