fs/meson.build: make several dependencies internal
This commit is contained in:
parent
b5d224ce22
commit
e4cdf29951
@ -27,6 +27,9 @@ fs = static_library(
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
zlib_dep,
|
||||
shlwapi_dep,
|
||||
system_dep,
|
||||
icu_dep,
|
||||
],
|
||||
)
|
||||
|
||||
@ -34,8 +37,5 @@ fs_dep = declare_dependency(
|
||||
link_with: fs,
|
||||
dependencies: [
|
||||
io_dep,
|
||||
system_dep,
|
||||
icu_dep,
|
||||
shlwapi_dep,
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user