2024-11-22 15:33:29 +01:00
|
|
|
Index: mesa-24.3.0/meson.build
|
2024-11-22 13:58:55 +01:00
|
|
|
===================================================================
|
2024-11-22 15:33:29 +01:00
|
|
|
--- mesa-24.3.0.orig/meson.build
|
|
|
|
+++ mesa-24.3.0/meson.build
|
|
|
|
@@ -2103,8 +2103,10 @@ if with_platform_x11
|
2024-11-22 13:58:55 +01:00
|
|
|
endif
|
|
|
|
endif
|
2024-11-22 15:33:29 +01:00
|
|
|
if with_dri_platform == 'drm'
|
2024-11-22 13:58:55 +01:00
|
|
|
+ dep_x11_xcb = dependency('x11-xcb')
|
2024-11-22 15:33:29 +01:00
|
|
|
dep_xcb_dri2 = dependency('xcb-dri2', version : '>= 1.8', required : with_x11_dri2)
|
2024-11-22 13:58:55 +01:00
|
|
|
|
2024-11-22 15:33:29 +01:00
|
|
|
+ dep_xcb = dependency('xcb')
|
|
|
|
dep_xcb_dri3 = dependency('xcb-dri3', version : '>= 1.13')
|
|
|
|
dep_xcb_present = dependency('xcb-present', version : '>= 1.13')
|
|
|
|
if (dep_xcb_dri3.version().version_compare('>= 1.17') and
|