Stefan Dirsch
00c04c92a0
--> https://docs.mesa3d.org/relnotes/24.1.7 - Supersedes the following patch: * U_radeonsi-vcn-Add-decode-DPB-buffers-as-CS-dependency.patch - Rebase patches with quilt. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1325
17 lines
642 B
Diff
17 lines
642 B
Diff
Index: mesa-24.1.7/meson.build
|
|
===================================================================
|
|
--- mesa-24.1.7.orig/meson.build
|
|
+++ mesa-24.1.7/meson.build
|
|
@@ -2114,9 +2114,11 @@ if with_platform_x11
|
|
endif
|
|
endif
|
|
if with_any_vk or with_egl or (with_glx == 'dri' and with_dri_platform == 'drm')
|
|
+ dep_x11_xcb = dependency('x11-xcb')
|
|
dep_xcb_dri2 = dependency('xcb-dri2', version : '>= 1.8')
|
|
|
|
if with_dri3
|
|
+ dep_xcb = dependency('xcb')
|
|
dep_xcb_dri3 = dependency('xcb-dri3')
|
|
dep_xcb_present = dependency('xcb-present')
|
|
# until xcb-dri3 has been around long enough to make a hard-dependency:
|