diff options
Diffstat (limited to 'meta/recipes-graphics/mesa/files/0001-dont-build-clover-frontend.patch')
-rw-r--r-- | meta/recipes-graphics/mesa/files/0001-dont-build-clover-frontend.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/files/0001-dont-build-clover-frontend.patch b/meta/recipes-graphics/mesa/files/0001-dont-build-clover-frontend.patch new file mode 100644 index 0000000000..5f45f94fea --- /dev/null +++ b/meta/recipes-graphics/mesa/files/0001-dont-build-clover-frontend.patch | |||
@@ -0,0 +1,29 @@ | |||
1 | From: Markus Volk <f_l_k@t-online.de> | ||
2 | Date: Sun, 19 Mai 2025 15:34:46 +0100 | ||
3 | Subject: [PATCH] dont build clover frontend | ||
4 | |||
5 | The clover frontend is deprecated and is always built with opencl, even if | ||
6 | using rusticl. Additionally it adds a reproducibility issue. | ||
7 | |||
8 | Upstream-Status: Inappropriate [oe-specific] | ||
9 | Signed-off-by: Markus Volk <f_l_k@t-online.de> | ||
10 | |||
11 | --- a/src/gallium/meson.build 2025-05-07 18:35:10.000000000 +0200 | ||
12 | +++ b/src/gallium/meson.build 2025-05-18 17:05:23.677694272 +0200 | ||
13 | @@ -195,15 +195,11 @@ | ||
14 | else | ||
15 | driver_d3d12 = declare_dependency() | ||
16 | endif | ||
17 | -if with_gallium_clover or with_tests | ||
18 | +if with_tests | ||
19 | # At the moment, clover and gallium/tests are the only two consumers | ||
20 | # for pipe-loader | ||
21 | subdir('targets/pipe-loader') | ||
22 | endif | ||
23 | -if with_gallium_clover | ||
24 | - subdir('frontends/clover') | ||
25 | - subdir('targets/opencl') | ||
26 | -endif | ||
27 | if with_gallium_rusticl | ||
28 | subdir('frontends/rusticl') | ||
29 | subdir('targets/rusticl') | ||