comparison configure.ac @ 31751:e863066429f1

assume QOffscreenSurface is available QOffscreenSurface was introduced in Qt 5.1. * acinclude.m4 (OCTAVE_CHECK_QT_OPENGL_OFFSCREEN_OK): Delete. (OCTAVE_CHECK_QT_VERSION): Delete use. * configure.ac, geometryimages.m, interpimages.m, module.mk, plotimages.m, sparseimages.m, splineimages.m, GLCanvas.cc, GLCanvas.h, getframe.m, __check_rendering_capability__.m, copyobj.m, hgsave.m, jupyter-notebook.tst, publish.tst: Eliminate checks for Qt OffscreenSurface feature. Assume it is always available.
author John W. Eaton <jwe@octave.org>
date Tue, 17 Jan 2023 13:11:02 -0500
parents 85723a361b2b
children 345a3f5890e7
comparison
equal deleted inserted replaced
31750:85723a361b2b 31751:e863066429f1
2660 warn_docs="building documentation disabled; make dist will fail." 2660 warn_docs="building documentation disabled; make dist will fail."
2661 OCTAVE_CONFIGURE_WARNING([warn_docs]) 2661 OCTAVE_CONFIGURE_WARNING([warn_docs])
2662 fi], []) 2662 fi], [])
2663 2663
2664 if test $ENABLE_DOCS = yes; then 2664 if test $ENABLE_DOCS = yes; then
2665 if test $opengl_graphics = no || test "$have_qt_opengl_offscreen" = no; then 2665 if test $opengl_graphics = no; then
2666 if test -n "$warn_gnuplot"; then 2666 if test -n "$warn_gnuplot"; then
2667 ENABLE_DOCS=no 2667 ENABLE_DOCS=no
2668 warn_docs_graphics="building documentation disabled because no suitable graphics toolkit is available; make dist will fail." 2668 warn_docs_graphics="building documentation disabled because no suitable graphics toolkit is available; make dist will fail."
2669 OCTAVE_CONFIGURE_WARNING([warn_docs_graphics]) 2669 OCTAVE_CONFIGURE_WARNING([warn_docs_graphics])
2670 fi 2670 fi