mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-19 21:48:32 +02:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue