[Mesa-dev] [PATCH mesa] autotools/meson: compile against wayland-egl-*backend*
Emil Velikov
emil.l.velikov at gmail.com
Fri Jun 8 14:38:41 UTC 2018
On 8 June 2018 at 12:26, Eric Engestrom <eric.engestrom at intel.com> wrote:
> Suggested-by: Emil Velikov <emil.l.velikov at gmail.com>
> Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
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 = dependency('wayland-client', version : '>=1.11')
> dep_wayland_server = dependency('wayland-server', version : '>=1.11')
> if with_egl
> - dep_wayland_egl = dependency('wayland-egl', version : '>=1.15')
> + dep_wayland_egl = dependency('wayland-egl-backend', version : '>= 3')
The dep_wayland_egl should be a header only dependency, alike dep_va_headers.
With that the patch is
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>
Thanks
Emil
More information about the mesa-dev
mailing list