[PATCH xserver 0/4] meson building Xorg server on Cygwin

Jon Turney jon.turney at dronecode.org.uk
Mon Jun 26 13:54:03 UTC 2017


Additions to meson build for building the Xorg server on Cygwin (cf. changes 
to autotools build in commit c7b16255)

Note that 4/4 relies on a meson PR which is not yet accepted.

Jon Turney (4):
  Move statically linked xorgxkb files from dixmods to a separate
    directory
  meson: Shuffle around subdirs so we build Xorg loadable modules after
    Xorg
  meson: Use --export-all-symbols when building PE/COFF objects
  meson: Fix linkage of loadable modules for PE/COFF

 configure.ac                             |  1 +
 hw/xfree86/Makefile.am                   | 10 ++---
 hw/xfree86/dixmods/Makefile.am           |  4 +-
 hw/xfree86/dixmods/meson.build           | 20 +++-------
 hw/xfree86/exa/meson.build               |  2 +-
 hw/xfree86/fbdevhw/meson.build           |  1 +
 hw/xfree86/meson.build                   | 66 ++++++++++++++++++--------------
 hw/xfree86/shadowfb/meson.build          |  1 +
 hw/xfree86/xkb/Makefile.am               |  6 +++
 hw/xfree86/xkb/meson.build               | 12 ++++++
 hw/xfree86/{dixmods => xkb}/xkbKillSrv.c |  0
 hw/xfree86/{dixmods => xkb}/xkbPrivate.c |  0
 hw/xfree86/{dixmods => xkb}/xkbVT.c      |  0
 13 files changed, 72 insertions(+), 51 deletions(-)
 create mode 100644 hw/xfree86/xkb/Makefile.am
 create mode 100644 hw/xfree86/xkb/meson.build
 rename hw/xfree86/{dixmods => xkb}/xkbKillSrv.c (100%)
 rename hw/xfree86/{dixmods => xkb}/xkbPrivate.c (100%)
 rename hw/xfree86/{dixmods => xkb}/xkbVT.c (100%)

-- 
2.12.3



More information about the xorg-devel mailing list