commit | a1ed140b5351e1b264471b0462cc4eab753fbda6 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Mar 21 10:28:30 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Mar 21 10:28:51 2022 -0500 |
tree | e7d77c3ef6f6beab5971bc52c34ac7223e97de82 | |
parent | a6cd704bda72e39e1b94652a9eb0733da8498791 [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: Ib36f2cf3b3547838aaeb89c0867187f248910074
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