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,
|
include_directories: inc,
|
||||||
dependencies: [
|
dependencies: [
|
||||||
zlib_dep,
|
zlib_dep,
|
||||||
|
shlwapi_dep,
|
||||||
|
system_dep,
|
||||||
|
icu_dep,
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -34,8 +37,5 @@ fs_dep = declare_dependency(
|
|||||||
link_with: fs,
|
link_with: fs,
|
||||||
dependencies: [
|
dependencies: [
|
||||||
io_dep,
|
io_dep,
|
||||||
system_dep,
|
|
||||||
icu_dep,
|
|
||||||
shlwapi_dep,
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user