Re: [Mesa-dev] [PATCH 09/14] meson: do not redeclare pkg-config dependencies (yet)

2018-01-08 Thread Greg V
On 01/06/2018 01:27, Dylan Baker wrote: We absolutely can't merge this as-is, it will break all of the these since they'll end up linking the backend and frontend, which we're not supposed to do. The bug you linked to has nothing to do with the problem you describe either, that issue is that

Re: [Mesa-dev] [PATCH 09/14] meson: do not redeclare pkg-config dependencies (yet)

2018-01-05 Thread Dylan Baker
We absolutely can't merge this as-is, it will break all of the these since they'll end up linking the backend and frontend, which we're not supposed to do. The bug you linked to has nothing to do with the problem you describe either, that issue is that `dependency("threads")` is special in meson,

[Mesa-dev] [PATCH 09/14] meson: do not redeclare pkg-config dependencies (yet)

2018-01-03 Thread Greg V
get_pkgconfig_variable('cflags') always returns an empty list. This only worked on Linux because the libraries were in the standard include path. --- meson.build | 28 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/meson.build b/meson.build index