refactor(3p/nix/libexpr): Replace logging.h with glog

This commit is contained in:
Vincent Ambo 2020-05-19 01:24:50 +01:00
parent d0c44425e1
commit 939dd9f817
8 changed files with 37 additions and 35 deletions

View file

@ -39,8 +39,10 @@ libexpr_headers = files(
libexpr_dep_list = [
gc_dep,
glog_dep,
libdl_dep,
libsodium_dep]
libsodium_dep,
]
if sys_name == 'freebsd'
libexpr_dep_list += libdl_dep