I think this is now a webos specific issue since they have disabled xlib feature ( https://github.com/shr-project/meta-webosose/blob/c96010fe4df28397a33e447bde650932a3463a9e/meta-webos/recipes-qt/qt6/qtbase_git.bbappend#L56 ) While the qtbase cmake configuration could be improved to better handle situation where x11 dependencies are found but shouldn't be used, I think the simplest solution would be to disable egl on X11 in the webos bbappend (-DFEATURE_egl_x11=OFF)
-samuli On Tue, 17 Jan 2023 at 13:01, Martin Jansa <martin.ja...@gmail.com> wrote: > Samuli: > > Similar mesa upgrade was merged recently: > > https://git.openembedded.org/openembedded-core/commit/?id=3bf4341ef6a681574a1c6f393bf241f412e26eac > > qtbase still fails the same, more details in: > > https://github.com/shr-project/meta-webosose/commit/c96010fe4df28397a33e447bde650932a3463a9e > > The change you've mentioned is the one which actually breaks some > PACKAGECONFIG combinations, hopefully now you'll be able to reproduce it. > > Regards, > > On Thu, Dec 8, 2022 at 8:55 AM Martin Jansa via lists.openembedded.org > <Martin.Jansa=gmail....@lists.openembedded.org> wrote: > >> On Thu, Dec 8, 2022 at 8:42 AM Samuli Piippo <samuli.pii...@qt.io> wrote: >> >>> Qt6 should handle this already with >>> https://codereview.qt-project.org/c/qt/qtbase/+/371780 in place. >>> I tried test build with the mesa upgrade and didn't catch any build >>> errors. >>> >> >> I've tried qemux86-64 build with 6.4.1 and 6.5.0 from yesterday's dev >> branch and both failed after including this mesa upgrade with: >> | In file included from >> qtbase/6.4.1-r0/recipe-sysroot/usr/include/EGL/egl.h:20, >> | from >> qtbase/6.4.1-r0/build/include/QtGui/6.4.1/QtGui/private/../../../../../../git/src/gui/opengl/platform/egl/qt_egl_p.h:43, >> | from >> qtbase/6.4.1-r0/build/include/QtGui/6.4.1/QtGui/private/qt_egl_p.h:1, >> | from >> qtbase/6.4.1-r0/git/src/gui/opengl/platform/egl/qeglstreamconvenience_p.h:20, >> | from >> qtbase/6.4.1-r0/git/src/gui/opengl/platform/egl/qeglstreamconvenience.cpp:4: >> | qtbase/6.4.1-r0/recipe-sysroot/usr/include/EGL/eglplatform.h:109:10: >> fatal error: X11/Xlib.h: No such file or directory >> | 109 | #include <X11/Xlib.h> >> | | ^~~~~~~~~~~~ >> | compilation terminated. >> >>> >> >> >> > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#176052): https://lists.openembedded.org/g/openembedded-core/message/176052 Mute This Topic: https://lists.openembedded.org/mt/95388063/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-