commit | e709874a634cfe19350d31b06bbfec3c8f61a826 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Mar 21 10:01:23 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Mar 21 10:01:26 2022 -0500 |
tree | 9aee30a5083a1c97effbe50ce3d0d5fc0f91f29e | |
parent | bd706d79b15a974b2c346df85a78271e21c3fc62 [diff] [blame] |
meson: simplify dependencies Leverage wrapfile `[provide]` directives to simplify the dependency searching in the meson.build. Change-Id: I7b37d6b9a0aa7b4a5df6f5a2bf28156b4043fc9a
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