Merge dependency option in meson build
- The intent behind this commit is to merge dependency option in
meson build.
- When using `meson build` to compile it, the warning message is:
WARNING: Keyword argument "dependencies" defined multiple times.
- Also, we have included sdbusplus_dep in deps, and it is defined
in line:99 for the first time, so we need to merge them.
Tested: built ledManager repo successfully and no found warning
message.
Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I5c003227ffc3c9b2ecfd6333b97abc3f64f2d7a3
1 file changed