14 lines
595 B
Diff
14 lines
595 B
Diff
|
Index: ParaView-v5.7.0/VTK/GUISupport/Qt/CMakeLists.txt
|
||
|
===================================================================
|
||
|
--- ParaView-v5.7.0.orig/VTK/GUISupport/Qt/CMakeLists.txt
|
||
|
+++ ParaView-v5.7.0/VTK/GUISupport/Qt/CMakeLists.txt
|
||
|
@@ -71,6 +71,8 @@ if (VTK_USE_X AND add_qvtkwidget)
|
||
|
vtk_module_link(VTK::GUISupportQt PRIVATE Qt5::X11Extras)
|
||
|
endif ()
|
||
|
|
||
|
+vtk_module_link(VTK::GUISupportQt PUBLIC GLX_mesa)
|
||
|
+
|
||
|
# This build plugin logic should just get migrated into a module I think.
|
||
|
cmake_dependent_option(VTK_BUILD_QT_DESIGNER_PLUGIN
|
||
|
"Build the VTK Qt plugin for the Qt Designer." ON
|