From 7e7516893907e7b590e3bd6e1981e86e22f88ee5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 4 Dec 2020 20:12:06 +0100 Subject: [PATCH] Document OpenGL-related configure options in wxGTK docs They're sufficiently important and not obvious to be mentioned. --- docs/gtk/install.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/gtk/install.md b/docs/gtk/install.md index e333de3be3..00709d9db8 100644 --- a/docs/gtk/install.md +++ b/docs/gtk/install.md @@ -148,6 +148,12 @@ minimize external dependencies. --without-liblzma Disable LZMA compression support. Don't use liblzma. + --without-opengl Disable OpenGL integration with wxGLCanvas. + Don't use OpenGL or EGL libraries. + + --disable-glcanvasegl Disable EGL support even if it is available + (it would be used if it is, by default). + Normally, you won't have to choose a toolkit, because configure defaults to wxGTK anyhow. However you need to use this option to explicitly specify the version of GTK to use, e.g.: