[Buildroot] [Bug 11556] Can not build qt5base 5.11.2 with weston 3.0.0 and vivante GPU. error: invalid conversion from ‘void*’ to ‘EGLNativeDisplayType {aka wl_display*}’ [-fpermissive]

bugzilla at busybox.net bugzilla at busybox.net
Thu Dec 13 20:02:35 UTC 2018


https://bugs.busybox.net/show_bug.cgi?id=11556

--- Comment #5 from Peter Seiderer <ps.report at gmx.net> ---
(In reply to Patrick Koller from comment #3)

Try the following patch:

diff --git a/package/qt5/qt5webengine/Config.in
b/package/qt5/qt5webengine/Config.in
index 744d659567..c29c239342 100644
--- a/package/qt5/qt5webengine/Config.in
+++ b/package/qt5/qt5webengine/Config.in
@@ -50,7 +50,7 @@ config BR2_PACKAGE_QT5WEBENGINE
        select BR2_PACKAGE_WEBP
        select BR2_PACKAGE_WEBP_DEMUX
        select BR2_PACKAGE_QT5BASE_DBUS
-       select BR2_PACKAGE_QT5BASE_EGLFS
+       select BR2_PACKAGE_QT5BASE_EGLFS if !BR2_PACKAGE_QT5WAYLAND=y
        select BR2_PACKAGE_QT5BASE_FONTCONFIG
        select BR2_PACKAGE_QT5BASE_ICU
        select BR2_PACKAGE_QT5BASE_GUI

And try to enable/build qt5webengine (and keep qt eglfs support disabled),
builds fine here, not run time tested...

The imx-gpu-viv/qt eglfs compile problem (if there is no easy/quick fix) is
better addressed at a qt mailing list/qt bugtracker (if you do so, please
link it from here)...

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list