commit | 3c89426c6ceadbf495d921b0a3cf305ca4857989 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Tue Dec 28 10:32:49 2021 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Mar 21 10:30:19 2022 -0500 |
tree | 9fb53a12ca34ddf1d1fe1d9122e0b7ff0511c495 | |
parent | 1f2b932bb9ef88d97a6313f4dc087fb1f2eb399a [diff] [blame] |
meson: simplify dependencies Leverage wrapfile `[provide]` directives to simplify the dependency searching in the meson.build. Change-Id: Id725724bb38e2e84aa788d0b39d3786bb465c1a8 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/subprojects/phosphor-dbus-interfaces.wrap b/subprojects/phosphor-dbus-interfaces.wrap index 935a8b2..346aa0c 100644 --- a/subprojects/phosphor-dbus-interfaces.wrap +++ b/subprojects/phosphor-dbus-interfaces.wrap
@@ -1,3 +1,6 @@ [wrap-git] url = https://github.com/openbmc/phosphor-dbus-interfaces.git revision = HEAD + +[provide] +phosphor-dbus-interfaces = phosphor_dbus_interfaces_dep