mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-20 04:40:39 +01:00
build: Xwayland with GLAMOR requires libxshmfence
Without libxshmfence, Xwayland cannot build with GLAMOR support.
Make sure to catch that requirement in meson rather than failing the
build later.
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Closes: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1626
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1253>
(cherry picked from commit a692ded3d9)
This commit is contained in:
parent
4b9e2cb928
commit
f9d924fc80
1 changed files with 1 additions and 0 deletions
|
|
@ -226,6 +226,7 @@ if (host_machine.system() != 'darwin' and
|
|||
]
|
||||
|
||||
if build_glamor
|
||||
xwayland_dep += dependency('xshmfence', version: xshmfence_req, required: xwayland_required)
|
||||
xwayland_dep += dependency('libdrm', version: libdrm_req, required: xwayland_required)
|
||||
xwayland_dep += dependency('epoxy', required: xwayland_required)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue