- Update to version 19.2.1
* fixes all over the tree: intel, amd, nine, nir, egl, gallium,
scons, meson, glsl, haiku, android, and nouveau all got fixes.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=883
2019-10-10 00:30:19 +02:00
|
|
|
Index: mesa-19.2.1/meson.build
|
2019-03-04 21:05:54 +01:00
|
|
|
===================================================================
|
- Update to version 19.2.1
* fixes all over the tree: intel, amd, nine, nir, egl, gallium,
scons, meson, glsl, haiku, android, and nouveau all got fixes.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=883
2019-10-10 00:30:19 +02:00
|
|
|
--- mesa-19.2.1.orig/meson.build
|
|
|
|
+++ mesa-19.2.1/meson.build
|
|
|
|
@@ -1422,10 +1422,12 @@ if with_platform_x11
|
|
|
|
endif
|
2019-03-04 21:05:54 +01:00
|
|
|
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
|
|
|
|
pre_args += '-DHAVE_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:
|
- Update to version 19.2.1
* fixes all over the tree: intel, amd, nine, nir, egl, gallium,
scons, meson, glsl, haiku, android, and nouveau all got fixes.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=883
2019-10-10 00:30:19 +02:00
|
|
|
Index: mesa-19.2.1/src/loader/meson.build
|
2019-03-04 21:05:54 +01:00
|
|
|
===================================================================
|
- Update to version 19.2.1
* fixes all over the tree: intel, amd, nine, nir, egl, gallium,
scons, meson, glsl, haiku, android, and nouveau all got fixes.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=883
2019-10-10 00:30:19 +02:00
|
|
|
--- mesa-19.2.1.orig/src/loader/meson.build
|
|
|
|
+++ mesa-19.2.1/src/loader/meson.build
|
2019-03-04 21:05:54 +01:00
|
|
|
@@ -28,6 +28,7 @@ if with_platform_x11 and with_dri3
|
2019-06-12 05:42:59 +02:00
|
|
|
include_directories : [inc_include, inc_src],
|
2019-03-04 21:05:54 +01:00
|
|
|
dependencies : [
|
|
|
|
dep_libdrm, dep_xcb_dri3, dep_xcb_present, dep_xcb_sync, dep_xshmfence,
|
|
|
|
+ dep_xcb,
|
|
|
|
],
|
|
|
|
build_by_default : false,
|
|
|
|
)
|