summaryrefslogtreecommitdiffstats
path: root/source/x/mesa/patches/0001-remove-deprecated-size_t-is-usize.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/mesa/patches/0001-remove-deprecated-size_t-is-usize.patch')
-rw-r--r--source/x/mesa/patches/0001-remove-deprecated-size_t-is-usize.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/x/mesa/patches/0001-remove-deprecated-size_t-is-usize.patch b/source/x/mesa/patches/0001-remove-deprecated-size_t-is-usize.patch
new file mode 100644
index 000000000..3cce37069
--- /dev/null
+++ b/source/x/mesa/patches/0001-remove-deprecated-size_t-is-usize.patch
@@ -0,0 +1,10 @@
+--- ./src/gallium/frontends/rusticl/meson.build.orig 2023-04-07 11:22:42.000000000 -0500
++++ ./src/gallium/frontends/rusticl/meson.build 2023-04-13 14:19:05.372488443 -0500
+@@ -92,7 +92,6 @@
+ rusticl_bindgen_args = [
+ '--no-convert-floats',
+ '--use-array-pointers-in-arguments',
+- '--size_t-is-usize',
+ '--default-enum-style', 'rust',
+ '--with-derive-partialeq',
+ '--with-derive-eq',