commit | c026f6cdc3f7e305d98dc824fcba0f199a7aa157 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Mar 21 09:37:14 2022 -0500 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Tue Mar 22 19:36:37 2022 +0000 |
tree | 217f3681f5164a38d7bdb12499ecd39db6c997b1 | |
parent | bee6243a981156409c7504fe7ce7f72b78b43c08 [diff] [blame] |
meson: simplify dependencies Leverage wrapfile `[provide]` directives to simplify the dependency searching in the meson.build. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia27d543a9c13b2c6973ab394ed88cd12d93e88a8
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