e8cb4e64b5
- Rebase GLES patches: * 0001-Correct-GL_BACK-GL_BACK_LEFT-mapping-on-GLES.patch * 0002-Use-GL_DRAW_BUFFER0-instead-of-GL_DRAW_BUFFER-for-GL.patch - Drop obsolete patch: * Do-not-request-CUBE_MAP_SEAMLESS-on-GLES.patch - - Update to version 9.4.0, see: https://gitlab.kitware.com/vtk/vtk/-/blob/master/Documentation/release/9.4.md - Drop upstream patches: * 0001-ioss-update-fmt-includes.patch - Add patches: * 0001-Add-missing-libm-link-library-for-bundled-ExodusII.patch * 0001-Fix-fmt-includes-again.patch * 0001-Fix-missing-GLAD-symbol-mangling-in-Rendering-GL2PSO.patch OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=196
19 lines
468 B
Diff
19 lines
468 B
Diff
--- a/Rendering/LICOpenGL2/vtk.module_orig 2023-12-27 17:36:03.966016939 +0100
|
|
+++ b/Rendering/LICOpenGL2/vtk.module 2023-12-27 17:36:40.199591808 +0100
|
|
@@ -14,6 +14,7 @@
|
|
VTK::CommonDataModel
|
|
VTK::CommonExecutionModel
|
|
VTK::RenderingOpenGL2
|
|
+ VTK::RenderingCore
|
|
PRIVATE_DEPENDS
|
|
VTK::CommonMath
|
|
VTK::CommonSystem
|
|
@@ -22,7 +23,6 @@
|
|
VTK::IOXML
|
|
VTK::ImagingCore
|
|
VTK::ImagingSources
|
|
- VTK::RenderingCore
|
|
VTK::glew
|
|
VTK::opengl
|
|
VTK::vtksys
|