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 <ria.freelander@gmail.com>
This commit is contained in:
Konstantin 2023-10-11 17:10:07 +03:00 committed by Olivier Fourdan
parent 2023c611ca
commit 141e7dd8a3

View File

@ -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',