summaryrefslogtreecommitdiffstats
path: root/source/x/mesa/patches/0001-remove-deprecated-size_t-is-usize.patch
blob: 3cce3706999f0c7f96202e21aff98d6c538575fb (plain) (blame)
1
2
3
4
5
6
7
8
9
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',