Configuring Qt5.3.2 with X11

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Configuring Qt5.3.2 with X11

1,040 Views
chaitanyad
Contributor I

Hello,

          I wish to configure QT5.3.2 with X11 on imx6 solo based custom platform. I followed the steps on

http://wiki.wandboard.org/Integrate_Qt5_into_yocto_sato_image_on_Wandboard  .

The build goes through but qt applications with qml give errors like : Unable to find an X11 visual which matches EGL config 28

I have also confirmed that Force egl visual ID 33.patch is also getting applied.

Any suggestions would be of help.

Thanks,

Chaitanya D

0 Kudos
3 Replies

618 Views
chaitanyad
Contributor I

Hello,

            I tried this patch. Its not getting applied. Its failing in do_patch(). In qt 5.3.2, we do not have a "egl" folder under "src/gui/". Sine the patch tries to make changes in the path /src/giu/egl/qegl_x11.cpp which is not existant, it is failing.

Any more help will be appreciated.

Thanks,

Chaitanya Dhere

0 Kudos

618 Views
jimmychan
NXP TechSupport
NXP TechSupport

I think if the error still exist, you may try to find the string "Unable to find an X11 visual which matches EGL" in the source code. Then modify the return ID to 33.

0 Kudos