[PATCH xserver 3/3] meson: don't put literal 'PACKAGE_STRING' and 'XORG_MAN_PAGE' in man pages

2018-05-13 Thread Jon Turney
Instead, substitute the same values as autotools does Signed-off-by: Jon Turney --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index c8df31b3b..f2c71fe27 100644 --- a/meson.build +++ b/meson.build @@

[PATCH xserver 0/3] meson fixes

2018-05-13 Thread Jon Turney
Small fixes to meson build for problems I noticed when trying to package 1.20.0 Jon Turney (3): meson: install xwinclip and Xwinrc man pages meson: don't install xorg wrapper manpages if suid-wrapper isn't being used meson: don't put literal 'PACKAGE_STRING' and 'XORG_MAN_PAGE' in man

[PATCH xserver 2/3] meson: don't install xorg wrapper manpages if suid-wrapper isn't being used

2018-05-13 Thread Jon Turney
Signed-off-by: Jon Turney --- hw/xfree86/meson.build | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/hw/xfree86/meson.build b/hw/xfree86/meson.build index 133c96d89..cacf56d4c 100644 --- a/hw/xfree86/meson.build +++

[PATCH xserver 1/3] meson: install xwinclip and Xwinrc man pages

2018-05-13 Thread Jon Turney
Omitted from a1e8dc05 Signed-off-by: Jon Turney --- hw/xwin/meson.build | 7 +++ hw/xwin/winclipboard/meson.build | 7 +++ 2 files changed, 14 insertions(+) diff --git a/hw/xwin/meson.build b/hw/xwin/meson.build index 1bf9891ed..7e1375cfd

[PATCH] DRI2: Sync radeonsi_pci_ids.h from Mesa

2018-05-13 Thread Bas Nieuwenhuizen
Fixes DRI2 client driver name mapping for newer AMD GPUs with the modesetting driver, allowing the DRI2 extension to initialize. Fixes using GL with the modesetting driver for me. Seems we were way behind on this one, time to look into something more scalable? Signed-off-by: Bas Nieuwenhuizen

[PATCH synaptics] eventcomm: if we get a read error other than EAGAIN, remove the fd

2018-05-13 Thread Peter Hutterer
Otherwise poll() keeps on triggering on our fd until udev gets around to notifying the server that the device is in some state of deadness. Meanwhile, the input thread is busy filling the log up with "Read error" messages. Great way to test file systems and their ability to handle out of space