commit | b729eac553278609494e30a37c63fec4ef62b7af | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Mar 21 10:14:47 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Mar 21 10:14:49 2022 -0500 |
tree | b72532d4def9fca79892c92c68634fa4bdc6bc09 | |
parent | 1204b43374720e9b338ea0aa6be75d8d27e0477e [diff] [blame] |
meson: simplify dependencies Leverage wrapfile `[provide]` directives to simplify the dependency searching in the meson.build. Change-Id: I01c308089b1b6586f552a10cbcd0641faec4ae26
diff --git a/subprojects/sdeventplus.wrap b/subprojects/sdeventplus.wrap index 085bb5e..f871ac0 100644 --- a/subprojects/sdeventplus.wrap +++ b/subprojects/sdeventplus.wrap
@@ -1,3 +1,6 @@ [wrap-git] url = https://github.com/openbmc/sdeventplus.git revision = HEAD + +[provide] +sdeventplus = sdeventplus_dep