1 2 3 4 5 6 7 8 9 10 11 12 13
|
Index: avogadrolibs/avogadro/qtplugins/CMakeLists.txt
===================================================================
--- avogadrolibs.orig/avogadro/qtplugins/CMakeLists.txt 2025-09-16 00:21:37.748098720 +0200
+++ avogadrolibs/avogadro/qtplugins/CMakeLists.txt 2025-09-16 00:21:37.746046941 +0200
@@ -181,7 +181,7 @@
add_subdirectory(noncovalent)
add_subdirectory(vanderwaals)
add_subdirectory(wireframe)
-if (USE_OPENGL)
+if (USE_OPENGL AND USE_QT_OPENGL)
# needs some raw OpenGL code
add_subdirectory(overlayaxes)
endif()
|