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:
parent
2023c611ca
commit
141e7dd8a3
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue