Commit 41ce51b
authored
### Rationale for this change
Because of an inconsistency in the name of the pkgconfig file for google benchmark and the dependency exposed by Meson, Meson will always ignore a system install and fallback to building google benchmark locally. We can instead patch our Meson configuration to workaround the inconsistent naming
### What changes are included in this PR?
We use the proper pkgconfig exposed name to find the dependency, and fallback to the Meson subproject / variable name combination as necessary
### Are these changes tested?
Yes
### Are there any user-facing changes?
No
* GitHub Issue: #47537
Authored-by: Will Ayd <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 066aaba commit 41ce51b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
670 | 670 | | |
671 | 671 | | |
672 | 672 | | |
673 | | - | |
| 673 | + | |
| 674 | + | |
674 | 675 | | |
675 | 676 | | |
676 | 677 | | |
| |||
0 commit comments