mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 03:00:11 +01:00
meson: fix linking gallium with xcb-xfixes when using x11
Commit8f6fca89aafrom !30952 by @zmike renamed with_dri3 as with_dri in many places, but mistakenly deleted it there, instead of renaming it. This causes the linking of gallium to fail because of missing xcb_xfixes_destroy_region symbol from xcb-fixes. This is basically replaying commitcf17d62516from !7164 by @duncan.hopkins but with the new syntax. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31246>
This commit is contained in:
parent
32af15384d
commit
a8f95d9d06
1 changed files with 1 additions and 0 deletions
|
|
@ -2128,6 +2128,7 @@ if with_platform_x11
|
|||
endif
|
||||
endif
|
||||
if (with_egl or
|
||||
with_dri or
|
||||
with_any_vk or
|
||||
with_gallium_vdpau or with_gallium_xa)
|
||||
dep_xcb_xfixes = dependency('xcb-xfixes')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue