Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'm trying to build the xcb-plugin with egl support.
I noticed if CONFIG has x11_egl, then it will use egl instead of glx.
but I tried to configure the Qt project with ./configure -opengl x11_egl, it won't work.
I can't find the right way to enable egl. do you know?