From 141e7dd8a373eafe28fb4f6433671979fb4c59a7 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Wed, 11 Oct 2023 17:10:07 +0300 Subject: [PATCH] Xwayland: add new "have_glamor_api" pkgconfig For compositors which want to check if Xwayland is capable to select Glamor rendering API. Signed-off-by: Konstantin --- hw/xwayland/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xwayland/meson.build b/hw/xwayland/meson.build index 54529b64e..8bda50eab 100644 --- a/hw/xwayland/meson.build +++ b/hw/xwayland/meson.build @@ -175,6 +175,7 @@ xwayland_server = executable( xwayland_vars = [ 'have_glamor=' + build_glamor.to_string(), + 'have_glamor_api=' + build_glamor.to_string(), 'have_eglstream=' + build_eglstream.to_string(), 'have_initfd=true', 'have_listenfd=true',