This fix a regression caused by https://github.com/mesonbuild/meson/pull/7837, it wanted to make InternalDependency's external_deps private but has side effect of making StatisLibrary's external_deps private too. It is technically correct to make them private, but Meson used to make StaticLibrary deps public so they are usable without `pkg-config --static` when we know there is only a static library available. Fixes: #7929.pull/7939/head
parent
478feb39ed
commit
6d816c1800
1 changed files with 6 additions and 3 deletions
Loading…
Reference in new issue