refactor(3p/nix/libexpr): Replace logging.h with glog
This commit is contained in:
parent
d0c44425e1
commit
939dd9f817
8 changed files with 37 additions and 35 deletions
4
third_party/nix/src/libexpr/meson.build
vendored
4
third_party/nix/src/libexpr/meson.build
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue