diff options
author | John Kehayias <[email protected]> | 2022-06-22 11:09:33 -0400 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2022-07-06 11:31:04 +0300 |
commit | cf072876196cebb2962ef3681520331532636b96 (patch) | |
tree | dbfbb8711d4eb60a7b72a16ab2e92e06c98834b7 /gnu/packages/patches/mesa-skip-tests.patch | |
parent | eb32bcea32c419f7b501fe292535d4b65d6031d6 (diff) |
gnu: mesa: Update to 22.1.2.
* gnu/packages/gl.scm (mesa): Update to 22.1.2.
[configure-flags]: Remove dri-drivers as from v22.0 the Mesa classic OpenGL
drivers were removed.
[phases]: Re-enable test that previously failed on i686.
* gnu/packages/patches/mesa-skip-tests.patch: Update patch for current version.
Signed-off-by: Efraim Flashner <[email protected]>
Diffstat (limited to 'gnu/packages/patches/mesa-skip-tests.patch')
-rw-r--r-- | gnu/packages/patches/mesa-skip-tests.patch | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/gnu/packages/patches/mesa-skip-tests.patch b/gnu/packages/patches/mesa-skip-tests.patch index 7ff571dcf5..af61ea1658 100644 --- a/gnu/packages/patches/mesa-skip-tests.patch +++ b/gnu/packages/patches/mesa-skip-tests.patch @@ -5,15 +5,14 @@ completely with this patch: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4091 diff --git a/src/util/meson.build b/src/util/meson.build -index 319b22d9bf7..93790c72675 100644 +index 2a1028f0d3a..0d31f38b671 100644 --- a/src/util/meson.build +++ b/src/util/meson.build -@@ -344,7 +344,7 @@ if with_tests - ) - endif - -- foreach t: ['bitset', 'register_allocate', 'u_debug_stack', 'u_qsort'] -+ foreach t: ['bitset', 'register_allocate', 'u_qsort'] - test( - t, - executable( +@@ -330,7 +330,6 @@ if with_tests + 'tests/set_test.cpp', + 'tests/sparse_array_test.cpp', + 'tests/u_atomic_test.cpp', +- 'tests/u_debug_stack_test.cpp', + 'tests/u_printf_test.cpp', + 'tests/u_qsort_test.cpp', + 'tests/vector_test.cpp', |