Re: [Mesa-dev] [PATCH mesa] autotools/meson: compile against wayland-egl-*backend*

2018-06-08 Thread Dylan Baker
Quoting Eric Engestrom (2018-06-08 09:04:03) > On Friday, 2018-06-08 08:49:33 -0700, Dylan Baker wrote: > > Quoting Eric Engestrom (2018-06-08 07:46:01) > > > On Friday, 2018-06-08 15:38:41 +0100, Emil Velikov wrote: > > > > On 8 June 2018 at 12:26, Eric Engestrom > > > > wrote: > > > > > Suggest

Re: [Mesa-dev] [PATCH mesa] autotools/meson: compile against wayland-egl-*backend*

2018-06-08 Thread Eric Engestrom
On Friday, 2018-06-08 08:49:33 -0700, Dylan Baker wrote: > Quoting Eric Engestrom (2018-06-08 07:46:01) > > On Friday, 2018-06-08 15:38:41 +0100, Emil Velikov wrote: > > > On 8 June 2018 at 12:26, Eric Engestrom wrote: > > > > Suggested-by: Emil Velikov > > > > Signed-off-by: Eric Engestrom > >

Re: [Mesa-dev] [PATCH mesa] autotools/meson: compile against wayland-egl-*backend*

2018-06-08 Thread Dylan Baker
Quoting Eric Engestrom (2018-06-08 07:46:01) > On Friday, 2018-06-08 15:38:41 +0100, Emil Velikov wrote: > > On 8 June 2018 at 12:26, Eric Engestrom wrote: > > > Suggested-by: Emil Velikov > > > Signed-off-by: Eric Engestrom > > > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106861

Re: [Mesa-dev] [PATCH mesa] autotools/meson: compile against wayland-egl-*backend*

2018-06-08 Thread Eric Engestrom
On Friday, 2018-06-08 15:38:41 +0100, Emil Velikov wrote: > On 8 June 2018 at 12:26, Eric Engestrom wrote: > > Suggested-by: Emil Velikov > > Signed-off-by: Eric Engestrom > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106861 > Fixes: ... Thanks; already added locally, didn't want

Re: [Mesa-dev] [PATCH mesa] autotools/meson: compile against wayland-egl-*backend*

2018-06-08 Thread Emil Velikov
On 8 June 2018 at 12:26, Eric Engestrom wrote: > Suggested-by: Emil Velikov > Signed-off-by: Eric Engestrom Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106861 Fixes: ... > --- a/meson.build > +++ b/meson.build > @@ -1202,7 +1202,7 @@ if with_platform_wayland >dep_wayland_client

[Mesa-dev] [PATCH mesa] autotools/meson: compile against wayland-egl-*backend*

2018-06-08 Thread Eric Engestrom
Suggested-by: Emil Velikov Signed-off-by: Eric Engestrom --- configure.ac | 4 ++-- meson.build | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 875c47fcd43a29e6c5d5..75ee1a7c01c9663250e3 100644 --- a/configure.ac +++ b/configure.ac @@ -90

[Mesa-dev] [PATCH mesa] autotools/meson: compile against wayland-egl-*backend*

2018-06-07 Thread Eric Engestrom
Suggested-by: Emil Velikov Signed-off-by: Eric Engestrom --- configure.ac| 4 ++-- meson.build | 2 +- src/egl/Makefile.am | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 875c47fcd43a29e6c5d5..75ee1a7c01c9663250e3 100644 ---