package/cegui: disable OpenGLES renderer
authorBartosz Bilas <b.bilas@grinn-global.com>
Tue, 3 Aug 2021 14:36:54 +0000 (16:36 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 4 Aug 2021 20:46:27 +0000 (22:46 +0200)
Support of OpenGLES generates tons of autobuilders failures
so let's disable it till upstream finds a solution for that.

Fixes:
 http://autobuild.buildroot.net/results/41d/41d10c09472fbb8481a72c4f8bed789bb15bb3c2//
 http://autobuild.buildroot.net/results/9a8/9a8122b4d3d0aa9d71cdf8d21359411b130741f8//
 http://autobuild.buildroot.net/results/7e5/7e5dd79b48abde09bf4633b196579da5561f9fa1//

and many more...

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/cegui/cegui.mk

index 127d3b0fad497de3d3a7debdd1a2979e03d0d8ff..2e563223742364ffec768e7809334d44d3d9900e 100644 (file)
@@ -13,6 +13,7 @@ CEGUI_CONF_OPTS = \
        -DCEGUI_HAS_MINIZIP_RESOURCE_PROVIDER=OFF \
        -DCEGUI_BUILD_RENDERER_IRRLICHT=OFF \
        -DCEGUI_BUILD_RENDERER_OGRE=OFF \
+       -DCEGUI_BUILD_RENDERER_OPENGLES=OFF \
        -DCEGUI_BUILD_XMLPARSER_XERCES=OFF \
        -DCEGUI_USE_FRIBIDI=OFF \
        -DCEGUI_SAMPLES_ENABLED=OFF \