mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
meson: xcb & xcb-randr are needed by the loader whenever x11 is built
Specifically, `src/loader/loader_dri_helper.c` needs them.
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11536
Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30292>
(cherry picked from commit aed5a974e9)
This commit is contained in:
parent
43d3468267
commit
5a6e55e1bb
2 changed files with 3 additions and 3 deletions
|
|
@ -294,7 +294,7 @@
|
|||
"description": "meson: xcb & xcb-randr are needed by the loader whenever x11 is built",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -2076,11 +2076,11 @@ with_dri3_modifiers = false
|
|||
with_dri3_explicit_sync = false
|
||||
with_xcb_keysyms = false
|
||||
if with_platform_x11
|
||||
dep_xcb = dependency('xcb')
|
||||
dep_xcb_xrandr = dependency('xcb-randr')
|
||||
if with_glx == 'xlib'
|
||||
dep_x11 = dependency('x11')
|
||||
dep_xext = dependency('xext')
|
||||
dep_xcb = dependency('xcb')
|
||||
dep_xcb_xrandr = dependency('xcb-randr')
|
||||
elif with_glx == 'dri'
|
||||
dep_x11 = dependency('x11')
|
||||
dep_xext = dependency('xext')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue