From a12b4e200ced7f76551965b628c166d8e80be108 Mon Sep 17 00:00:00 2001 From: Doug Nazar Date: Tue, 1 Apr 2025 14:56:50 -0400 Subject: [PATCH] meson: Update to waylandegl feature Part-of: --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 70fdfa0b8..4fffddb0e 100644 --- a/meson.build +++ b/meson.build @@ -286,7 +286,7 @@ if get_option('gtk4').allowed() gl_winsys = gstgl_dep.get_variable('gl_winsys').split() gl_platforms = gstgl_dep.get_variable('gl_platforms').split() if 'wayland' in gl_winsys - gtk4_features += 'wayland' + gtk4_features += 'waylandegl' endif if 'x11' in gl_winsys if 'egl' in gl_platforms @@ -305,7 +305,7 @@ if get_option('gtk4').allowed() gtk_dep = dependency('gtk4', version: '>=4.6', required: get_option('gtk4')) if gtk_dep.found() if host_system == 'linux' and gtk_dep.version().version_compare('>=4.14') and \ - gst_allocators_dep.found() and 'wayland' in gtk4_features + gst_allocators_dep.found() and 'waylandegl' in gtk4_features gtk4_features += 'dmabuf' endif