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

2017-11-01 Thread Dylan Baker
Quoting Eric Engestrom (2017-11-01 06:36:35) > On Tuesday, 2017-10-31 13:57:25 -0700, Dylan Baker wrote: > > Because meson mirrors the auototools logic, it needs the same changes to > > allow building glvnd based EGL without building any GLX. > > > > Signed-off-by: Dylan Baker > > --- > > > > Em

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

2017-11-01 Thread Eric Engestrom
On Tuesday, 2017-10-31 13:57:25 -0700, Dylan Baker wrote: > Because meson mirrors the auototools logic, it needs the same changes to > allow building glvnd based EGL without building any GLX. > > Signed-off-by: Dylan Baker > --- > > Emil, > > This implements the same logic that you're implemen

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

2017-10-31 Thread Dylan Baker
Because meson mirrors the auototools logic, it needs the same changes to allow building glvnd based EGL without building any GLX. Signed-off-by: Dylan Baker --- Emil, This implements the same logic that you're implementing for meson: one or both of dri based GLX or EGL is required for glvnd, b