[Mesa-dev] [PATCH v2 3/4] meson: fix getting cflags from pkg-config
Dylan Baker
dylan at pnwbakers.com
Thu Jan 18 19:39:33 UTC 2018
Quoting Emil Velikov (2018-01-18 10:26:20)
> On 17 January 2018 at 20:54, Greg V <greg at unrelenting.technology> wrote:
> > get_pkgconfig_variable('cflags') always returns an empty list, it's a
> > function for getting *custom* variables.
> >
> > Meson does not yet support asking for cflags, so explicitly invoke
> > pkg-config for now.
> That sounds unfortunate ;-(
Indeed, I'm hoping this will be resolved in 0.45
> Is the proposed solution going to work correctly if one explicitly
> asks for gallium-vdpau, yet the vdpau package is missing?
>
> -Emil
Yes, you'll have a hard error before that, since in the vdpau == 'true' case if
you don't have vdpau then you'll have a hard error.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180118/0932257d/attachment.sig>
More information about the mesa-dev
mailing list