Re: [PATCH xserver 6/6] meson: Automatically detect HAVE_PTHREAD_SETNAME_NP

2018-08-01 Thread Peter Hutterer
On Wed, Aug 01, 2018 at 01:49:54PM -0700, Eric Anholt wrote: > Signed-off-by: Eric Anholt series Reviewed-by: Peter Hutterer Cheers, Peter > --- > include/meson.build | 18 +- > 1 file changed, 17 insertions(+), 1 deletion(-) > > diff --git a/include/meson.build

[PATCH xserver 4/6] xorg: Remove the XF86PM define.

2018-08-01 Thread Eric Anholt
We already have pm_noop.c being built most of the time for the no-OS-PM case, so just switch to always using it. Signed-off-by: Eric Anholt --- configure.ac | 8 hw/xfree86/common/xf86Events.c| 6 -- hw/xfree86/common/xf86Init.c | 8

[PATCH xserver 5/6] meson: Try to hook up BSD APM build configuration.

2018-08-01 Thread Eric Anholt
I don't have a BSD to test on, but this should do the same as what autotools did. Signed-off-by: Eric Anholt --- hw/xfree86/os-support/meson.build | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/hw/xfree86/os-support/meson.build

[PATCH xserver 6/6] meson: Automatically detect HAVE_PTHREAD_SETNAME_NP

2018-08-01 Thread Eric Anholt
Signed-off-by: Eric Anholt --- include/meson.build | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/include/meson.build b/include/meson.build index 6ed7cc6ca997..678555692f6d 100644 --- a/include/meson.build +++ b/include/meson.build @@ -58,7 +58,23 @@

[PATCH xserver 2/6] meson: Automatically detect support for XTRANS_SEND_FDs.

2018-08-01 Thread Eric Anholt
The SCM_RIGHTS flag seems to be the thing that xtrans depends on, and meson makes the check easy without needing a build option. Signed-off-by: Eric Anholt --- include/meson.build | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/meson.build b/include/meson.build

[PATCH xserver 3/6] automake,meson: Remove HAVE_LIBUDEV define.

2018-08-01 Thread Eric Anholt
CONFIG_UDEV and CONFIG_UDEV_KMS are the actual defines that are used in the C code. Signed-off-by: Eric Anholt --- configure.ac| 1 - include/meson.build | 1 - 2 files changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7d5cb0d4d0ed..e0ebc78a1c73 100644 ---

[PATCH xserver 1/6] meson: Remove XXX for libconfig in kdrive.

2018-08-01 Thread Eric Anholt
This is already included in ephyr (the only kdrive server left) Signed-off-by: Eric Anholt --- hw/kdrive/src/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/kdrive/src/meson.build b/hw/kdrive/src/meson.build index 06bc34e04460..f57040745605 100644 ---

[PATCH modular] xorg.modules: Update to use meson for the xserver.

2018-08-01 Thread Eric Anholt
I'm proposing a patch to delete autotools, so try to make sure jhbuild keeps working. --- xorg.modules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xorg.modules b/xorg.modules index 3db392aa358d..638e88daefa4 100644 --- a/xorg.modules +++ b/xorg.modules @@ -1571,7

Re: gitlab migration (including account update plans, please read)

2018-08-01 Thread Adam Jackson
On Wed, 2018-08-01 at 14:38 +0200, Guillem Jover wrote: > It would be nice if the xorg.modules (from modular) got updated too, so > that some of this could be automated locally. :) My goodness, we have written this down so many slightly different ways. I've pushed some updates that I hope are

Re: gitlab migration (including account update plans, please read)

2018-08-01 Thread Guillem Jover
On Sun, 2018-07-29 at 21:49:44 +0100, Daniel Stone wrote: > On Sun, 29 Jul 2018 at 16:53, Alan Coopersmith > wrote: > > On 07/29/18 03:07 AM, Daniel Stone wrote: > > > This took a little longer than hoped, but all the repos have now been > > > moved. Great! :) > > I updated all my local clones