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
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel