[PATCH xserver 2/2] meson: Fix linkage of loadable modules for PE/COFF

Adam Jackson ajax at nwnk.net
Thu Oct 12 19:54:17 UTC 2017


On Tue, 2017-10-10 at 14:28 +0100, Jon Turney wrote:
> For the loadable modules it makes sense to build for PE/COFF targets, link
> those loadable modules with the import library for the Xorg executable, so
> that symbols provided by the executable can be satisfied at link time (as
> required by PE/COFF).
> 
> Since this uses the syntax of using the returned build target object from an
> executable() with an implib: kwarg to link_with:, introduced in meson 0.42
> and a syntax error with older meson, also update the minimum meson version
> which we require in project() to that.

Merged, thanks.

- ajax


More information about the xorg-devel mailing list