Document OpenGL-related configure options in wxGTK docs

They're sufficiently important and not obvious to be mentioned.
This commit is contained in:
Vadim Zeitlin
2020-12-04 20:12:06 +01:00
parent bd1c66b245
commit 7e75168939

View File

@@ -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.: