Add Boost and libarchive to libutil's public dependencies
Fixes missing include compilation errors. Boost is included from lix/libutil/result.hh, libarchive is included from lix/libutil/tarfile.hh Change-Id: Id0000000e01fc695545d7ef83589ab7c41a92b61
This commit is contained in:
@@ -338,9 +338,11 @@ liblixutil = declare_dependency(
|
||||
libutil_settings_headers,
|
||||
],
|
||||
dependencies: [
|
||||
boost,
|
||||
# Everything has to link to kj if it uses libutil internally (ensured by
|
||||
# lix-base pkg-config externally)
|
||||
kj,
|
||||
libarchive,
|
||||
],
|
||||
link_with : libutil
|
||||
)
|
||||
@@ -355,9 +357,11 @@ if is_static
|
||||
libutil_settings_headers,
|
||||
],
|
||||
dependencies: [
|
||||
boost,
|
||||
# Everything has to link to kj if it uses libutil internally (ensured by
|
||||
# lix-base pkg-config externally)
|
||||
kj,
|
||||
libarchive,
|
||||
],
|
||||
link_whole : libutil,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user