You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xserver/hw/xfree86/shadowfb
Jon Turney a10b4fcdc0 meson: Fix linkage of loadable modules for PE/COFF
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.

Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
7 years ago
..
Makefile.am shadowfb: Rename this particular shadow.c to shadowfb.c 8 years ago
meson.build meson: Fix linkage of loadable modules for PE/COFF 7 years ago
sfbmodule.c Introduce a consistent coding style 13 years ago
shadowfb.c shadowfb: Rename this particular shadow.c to shadowfb.c 8 years ago
shadowfb.h Drop trailing whitespaces 10 years ago