Re: [PATCH xserver] xwayland: use wayland axis_discrete event

2018-08-09 Thread Peter Hutterer
On Mon, Aug 06, 2018 at 06:09:26PM +1200, Scott Anderson wrote: > This prevents multiple scroll events happening for wayland compositors > which send axis values other than 10. For example, libinput will > typically return 15 for each scroll wheel step, and if a wayland > compositor sends those to

Re: [PATCH xserver] meson: Add an option to build XSELINUX.

2018-08-09 Thread Peter Hutterer
On Thu, Aug 09, 2018 at 08:05:05PM -0700, Eric Anholt wrote: > Peter Hutterer writes: > > > On Thu, Aug 09, 2018 at 01:02:41PM -0700, Eric Anholt wrote: > >> Dependencies are ported from the automake build. > >> > >> v2: Make it a tristate defaulting to 'auto'. Use pkg-config for libaudit. >

Re: [PATCH xserver] meson: Add an option to build XSELINUX.

2018-08-09 Thread Eric Anholt
Peter Hutterer writes: > On Thu, Aug 09, 2018 at 01:02:41PM -0700, Eric Anholt wrote: >> Dependencies are ported from the automake build. >> >> v2: Make it a tristate defaulting to 'auto'. Use pkg-config for libaudit. >> >> Signed-off-by: Eric Anholt >> --- >> meson.build | 20

Re: [PATCH v2] meson: add option to disable selective werror

2018-08-09 Thread Eric Anholt
Matt Turner writes: > On Thu, Aug 9, 2018 at 1:03 PM, Eric Anholt wrote: >> "Marty E. Plummer" writes: >> >>> Signed-off-by: Marty E. Plummer >> >> We definitely want our -W flags. Are you finding that one of the >> -Werror ones is throwing errors for you? If so, let's fix that for >>

Re: [PATCH xserver] meson: Add an option to build XSELINUX.

2018-08-09 Thread Peter Hutterer
On Thu, Aug 09, 2018 at 01:02:41PM -0700, Eric Anholt wrote: > Dependencies are ported from the automake build. > > v2: Make it a tristate defaulting to 'auto'. Use pkg-config for libaudit. > > Signed-off-by: Eric Anholt > --- > meson.build | 20 +--- > meson_options.txt

Re: [PATCH v2] meson: add option to disable selective werror

2018-08-09 Thread Matt Turner
On Thu, Aug 9, 2018 at 1:03 PM, Eric Anholt wrote: > "Marty E. Plummer" writes: > >> Signed-off-by: Marty E. Plummer > > We definitely want our -W flags. Are you finding that one of the > -Werror ones is throwing errors for you? If so, let's fix that for > everyone. -Werror is fine for

Re: [PATCH v2] meson: add option to disable selective werror

2018-08-09 Thread Eric Anholt
"Marty E. Plummer" writes: > Signed-off-by: Marty E. Plummer We definitely want our -W flags. Are you finding that one of the -Werror ones is throwing errors for you? If so, let's fix that for everyone. signature.asc Description: PGP signature

[PATCH xserver] meson: Add an option to build XSELINUX.

2018-08-09 Thread Eric Anholt
Dependencies are ported from the automake build. v2: Make it a tristate defaulting to 'auto'. Use pkg-config for libaudit. Signed-off-by: Eric Anholt --- meson.build | 20 +--- meson_options.txt | 2 ++ 2 files changed, 19 insertions(+), 3 deletions(-) diff --git

[PATCH v2] meson: add option to disable selective werror

2018-08-09 Thread Marty E. Plummer
Signed-off-by: Marty E. Plummer --- My mistake, missed a colon on the first go around. meson.build | 12 +++- meson_options.txt | 2 ++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/meson.build b/meson.build index cd1e4a58c..b2c46f730 100644 --- a/meson.build +++

[PATCH] meson: add option to disable selective werror

2018-08-09 Thread Marty E. Plummer
Signed-off-by: Marty E. Plummer --- meson.build | 12 +++- meson_options.txt | 2 ++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/meson.build b/meson.build index cd1e4a58c..b2c46f730 100644 --- a/meson.build +++ b/meson.build @@ -50,11 +50,13 @@ else endif

Re: [PATCH xserver 10/10] meson: Add detection of libsystemd-daemon.

2018-08-09 Thread Adam Jackson
On Wed, 2018-08-08 at 10:37 +1000, Peter Hutterer wrote: > but either way, series is > Reviewed-by: Peter Hutterer Merged (except 6/10), thanks: remote: remote: I: patch #243247 updated using rev 513d52d58915f291c0f706b67b8dc73f45de109f. remote: remote: I: patch #243245 updated using

Re: [PATCH xserver 06/10] meson: Add an option to build XSELINUX.

2018-08-09 Thread Adam Jackson
On Tue, 2018-08-07 at 16:23 -0700, Eric Anholt wrote: > Dependencies are ported from the automake build. The only part I > skipped was making sure we can find libaudit.h. Fair enough, but then: > +build_xselinux = get_option('xselinux') > +if build_xselinux > +if not build_xace > +

Re: [PATCH xserver] autotools: Handle case when bindir var in xkbcomp.pc is absent

2018-08-09 Thread Adam Jackson
On Thu, 2018-08-09 at 12:25 -0400, Adam Jackson wrote: > From: "vadym.shovkoplias" Apologies to Vadym, who had tried to send the same thing to the list but got blocked by moderation. > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107521 > Fixes: 726839459cb (autotools: Derive xkb

[PATCH xserver] autotools: Handle case when bindir var in xkbcomp.pc is absent

2018-08-09 Thread Adam Jackson
From: "vadym.shovkoplias" Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107521 Fixes: 726839459cb (autotools: Derive xkb configuration from xkbcomp.pc) Signed-off-by: vadym.shovkoplias --- configure.ac | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git