Re: [Mesa-dev] [PATCH v2] meson: Allow building glvnd with EGL and non-dri based GLX

2017-11-08 Thread Dylan Baker
Quoting Emil Velikov (2017-11-08 08:03:42) > On 1 November 2017 at 18:22, Dylan Baker wrote: > > Quoting Emil Velikov (2017-11-01 10:41:10) > >> On 1 November 2017 at 17:24, Dylan Baker wrote: > >> > Because meson mirrors the auototools logic, it needs the same changes to > >> > allow building gl

Re: [Mesa-dev] [PATCH v2] meson: Allow building glvnd with EGL and non-dri based GLX

2017-11-08 Thread Emil Velikov
On 1 November 2017 at 18:22, Dylan Baker wrote: > Quoting Emil Velikov (2017-11-01 10:41:10) >> On 1 November 2017 at 17:24, Dylan Baker wrote: >> > Because meson mirrors the auototools logic, it needs the same changes to >> > allow building glvnd based egl. >> > >> > v2: - change if to elif (Eri

Re: [Mesa-dev] [PATCH v2] meson: Allow building glvnd with EGL and non-dri based GLX

2017-11-01 Thread Dylan Baker
Quoting Emil Velikov (2017-11-01 10:41:10) > On 1 November 2017 at 17:24, Dylan Baker wrote: > > Because meson mirrors the auototools logic, it needs the same changes to > > allow building glvnd based egl. > > > > v2: - change if to elif (Eric) > > > > Signed-off-by: Dylan Baker > > Reviewed-by:

Re: [Mesa-dev] [PATCH v2] meson: Allow building glvnd with EGL and non-dri based GLX

2017-11-01 Thread Emil Velikov
On 1 November 2017 at 17:24, Dylan Baker wrote: > Because meson mirrors the auototools logic, it needs the same changes to > allow building glvnd based egl. > > v2: - change if to elif (Eric) > > Signed-off-by: Dylan Baker > Reviewed-by: Eric Engestrom Thanks for the correction/fixup Dylan. FWIW

[Mesa-dev] [PATCH v2] meson: Allow building glvnd with EGL and non-dri based GLX

2017-11-01 Thread Dylan Baker
Because meson mirrors the auototools logic, it needs the same changes to allow building glvnd based egl. v2: - change if to elif (Eric) Signed-off-by: Dylan Baker Reviewed-by: Eric Engestrom --- meson.build | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meson.build