File: use_overlayaxes.patch

package info (click to toggle)
avogadrolibs 1.101.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 78,480 kB
  • sloc: cpp: 139,780; ansic: 2,212; python: 1,435; perl: 321; sh: 90; makefile: 46
file content (13 lines) | stat: -rw-r--r-- 538 bytes parent folder | download
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()