[PULL] meson.build for hw/xwin

Jon Turney jon.turney at dronecode.org.uk
Fri Jun 2 14:13:26 UTC 2017


The following changes since commit 4f29366f1e5678505fb882143c9b4a892d5b8273:

  xwayland: Don't load extension list more than once (2017-05-31 21:42:04 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~jturney/xserver 

for you to fetch changes up to e678a51ab1e3c6fbdf0ff377010ff2cc2f94b7f0:

  Add meson.build for XWin server (v2) (2017-06-02 15:10:48 +0100)

----------------------------------------------------------------
Jon Turney (3):
      hw/xwin: Don't unconditionally include rootless.h
      hw/xwin: Remove pretense of Xv support
      Add meson.build for XWin server (v2)

 configure.ac                     |   2 -
 hw/meson.build                   |   4 +
 hw/xwin/Makefile.am              |  16 +---
 hw/xwin/dri/meson.build          |  14 +++
 hw/xwin/glx/meson.build          | 100 ++++++++++++++++++++
 hw/xwin/meson.build              | 170 ++++++++++++++++++++++++++++++++++
 hw/xwin/win.h                    |   2 +
 hw/xwin/winclipboard/meson.build |  31 +++++++
 hw/xwin/winvideo.c               | 191 ---------------------------------------
 include/meson.build              |  32 +++++--
 include/xwin-config.h.meson.in   |  24 +++++
 meson.build                      |  13 ++-
 meson_options.txt                |   5 +
 13 files changed, 392 insertions(+), 212 deletions(-)
 create mode 100644 hw/xwin/dri/meson.build
 create mode 100644 hw/xwin/glx/meson.build
 create mode 100644 hw/xwin/meson.build
 create mode 100644 hw/xwin/winclipboard/meson.build
 delete mode 100644 hw/xwin/winvideo.c
 create mode 100644 include/xwin-config.h.meson.in


More information about the xorg-devel mailing list