Re: [PATCH util-modular 6/6] release.sh: run ./configure within the release.sh

2016-11-17 Thread Peter Hutterer
On Tue, Nov 15, 2016 at 02:13:32PM +, Emil Velikov wrote: > On 14 November 2016 at 20:54, Peter Hutterer wrote: > > On Mon, Nov 14, 2016 at 03:39:18PM +, Emil Velikov wrote: > >> On 13 November 2016 at 22:24, Peter Hutterer > >> wrote: > >> > On Fri, Nov 11, 2016 at 03:45:29PM +, Emi

Re: [PATCH xserver] xwayland: Remove MIPOINTER() definition

2016-11-17 Thread Peter Hutterer
On Fri, Nov 11, 2016 at 03:37:39PM +1000, Peter Hutterer wrote: > On Thu, Nov 10, 2016 at 09:36:40AM +0100, Olivier Fourdan wrote: > > Not needed anymore now that mipointer exposes an API for that, > > miPointerInvalidateSprite() > > > > Signed-off-by: Olivier Fourdan > 7e5c9bd..45af7fc mas

Re: [PATCH util-modular 2/6] release.sh: add a couple more info messages

2016-11-17 Thread Peter Hutterer
On Tue, Nov 15, 2016 at 02:00:04PM +, Emil Velikov wrote: > On 14 November 2016 at 20:55, Peter Hutterer wrote: > > On Mon, Nov 14, 2016 at 03:42:04PM +, Emil Velikov wrote: > >> On 13 November 2016 at 22:11, Peter Hutterer > >> wrote: > >> > On Fri, Nov 11, 2016 at 03:45:25PM +, Emi

Re: [PATCH xf86-input-libinput] If the parent libinput_device is unavailable, create a new one

2016-11-17 Thread Peter Hutterer
On Tue, Nov 15, 2016 at 10:35:31AM +0100, Hans de Goede wrote: > Hi, > > On 15-11-16 05:37, Peter Hutterer wrote: > > The parent device ref's the libinput device during pre_init and unref's it > > during DEVICE_INIT, so the copy is lost. During DEVICE_ON, the libinput > > device > > is re-added a

UDL & Modeset with Mesa 13.0.1 - Segmentation fault

2016-11-17 Thread poma
Airlie solved everything concerning the kernel, so it seems, now it's user space turn. = mesa-libgbm-12.0.3 - works OK ... [ 714.429] (II) Loading sub module "glamoregl" [ 714.429] (II) LoadModule: "glamoregl" [ 714.430] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so [ 714.480] (II)

[PATCH libxkbcommon 2/2] src/context: Remove ~/.xkb from search path

2016-11-17 Thread Mihail Konev
Signed-off-by: Mihail Konev --- src/context.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/context.c b/src/context.c index e9e939b6b0eb..c9879a834074 100644 --- a/src/context.c +++ b/src/context.c @@ -76,7 +76,7 @@ XKB_EXPORT int xkb_context_include_path_append_

[PATCH libxkbcommon 1/2] src/context: add XDG search path

2016-11-17 Thread Mihail Konev
Search in $XDG_CONFIG_HOME/xkb, falling back to ~/.config/xkb Signed-off-by: Mihail Konev --- src/context.c | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/src/context.c b/src/context.c index 50993e108af6..e9e939b6b0eb 100644 --- a/src/context.c +++ b/

[PATCH app/setxkbmap 2/2] Remove ~/.xkb from search path

2016-11-17 Thread Mihail Konev
Signed-off-by: Mihail Konev --- setxkbmap.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/setxkbmap.c b/setxkbmap.c index 7cac2ce5207c..5d8a0a47baa4 100644 --- a/setxkbmap.c +++ b/setxkbmap.c @@ -397,15 +397,9 @@ parseArgs(int argc, char **argv) { const

[PATCH app/setxkbmap 1/2] Add ~/.xkb to search path

2016-11-17 Thread Mihail Konev
Also look in $XDG_CONFIG_HOME/xkb, falling back to ~/.config/xkb Signed-off-by: Mihail Konev --- configure.ac | 3 +++ setxkbmap.c | 23 +++ 2 files changed, 26 insertions(+) diff --git a/configure.ac b/configure.ac index 65a4ab6ea9b7..1cbded5e0af7 100644 --- a/configure.a

Re: [PATCH app/setxkbmap] Add $HOME/.xkb to default search path

2016-11-17 Thread Gioele Barabucci
Am 17.11.2016 um 03:39 schrieb Mihail Konev: Signed-off-by: Mihail Konev BugLink: https://github.com/xkbcommon/libxkbcommon/issues/40 --- setxkbmap.c | 9 + 1 file changed, 9 insertions(+) diff --git a/setxkbmap.c b/setxkbmap.c index cf0f02d6e704..f5b9f637a136 100644 --- a/setxkbmap.c

Re: [PATCH app/setxkbmap] Add $HOME/.xkb to default search path

2016-11-17 Thread walter harms
Am 17.11.2016 03:39, schrieb Mihail Konev: > Signed-off-by: Mihail Konev > BugLink: https://github.com/xkbcommon/libxkbcommon/issues/40 > --- > setxkbmap.c | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/setxkbmap.c b/setxkbmap.c > index cf0f02d6e704..f5b9f637a136 100644 > --