Disable OpenGL support in wxQt build
It's not implemented anyhow and results in warnings about GK_GLEXT_VERSION redefinition due to include both the standard GL/glext.h and Qt QtGui/qopenglext.h (which seems to be a slightly different version of the same file). This probably should be fixed by not including GL/gl.h at all, but for now just disable it.
This commit is contained in:
@@ -67,7 +67,7 @@ matrix:
|
|||||||
name: wxMotif Ubuntu 18.04
|
name: wxMotif Ubuntu 18.04
|
||||||
- dist: bionic
|
- dist: bionic
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env: wxCONFIGURE_FLAGS="--with-qt --enable-pch" wxSKIP_SAMPLES=1
|
env: wxCONFIGURE_FLAGS="--with-qt --enable-pch --without-opengl" wxSKIP_SAMPLES=1
|
||||||
name: wxQt Ubuntu 18.04
|
name: wxQt Ubuntu 18.04
|
||||||
- os: linux
|
- os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
Reference in New Issue
Block a user