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:
Vadim Zeitlin
2020-07-07 02:38:21 +02:00
parent 403884e1d8
commit 30582f4be4

View File

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