diff options
| author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2025-09-02 16:51:46 +0200 |
|---|---|---|
| committer | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2025-09-09 11:07:19 +0200 |
| commit | 5eab4f06d5311ffb3914a6267bccc4e0eaf269f9 (patch) | |
| tree | aaa538d948284439cf3dafd7a1d1d79ddc2b4066 /meson.build | |
| parent | b148d47c3eea366087094be48253fe3aec0fc46b (diff) | |
teflon/tests: Remove dependency on xtensor
Upstream has been moving headers around and breaking users.
Because we don't use it for much right now, drop the dependency
altogether by open coding some rand() helpers.
Issue: https://gitlab.freedesktop.org/mesa/mesa/-/issues/13681
Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37220>
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 103a63225e7..a7cb95314af 100644 --- a/meson.build +++ b/meson.build @@ -2193,7 +2193,6 @@ endif with_teflon = get_option('teflon') if with_teflon and with_tests - dep_xtensor = dependency('xtensor') dep_flatbuffers = dependency('flatbuffers') prog_flatc = find_program('flatc') endif |