[Buildroot] [PATCH v8 0/3] Qt WebEngine support

Gaël PORTAY gael.portay at savoirfairelinux.com
Sun Sep 17 14:11:51 UTC 2017


Hi all,

On Tue, Sep 12, 2017 at 08:40:33AM -0400, Gaël PORTAY wrote:
> ...
> 
> Another platform that everybody have (but we used to forget) is a PC.
> 
> I started to test QTWE on my laptop using pc_x86_64_bios_defconfig, but
> I do not have the time to go further.
> 
> I met the following error at runtime.
> 
> 	QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
> 	gbm: failed to open any driver (search paths /usr/lib/dri)
> 	gbm: Last dlopen error: /usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory
> 	failed to load driver: i965
> 	gbm: failed to open any driver (search paths /usr/lib/dri)
> 	gbm: Last dlopen error: /usr/lib/dri/kms_swrast_dri.so: cannot open shared object file: No such file or directory
> 	failed to load driver: kms_swrast
> 	gbm: failed to open any driver (search paths /usr/lib/dri)
> 	gbm: Last dlopen error: /usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory
> 	failed to load swrast driver
> 	Could not create GBM device (Invalid argument)
> 	Could not open DRM device
> 	Aborted
> 
> I enabled these configs (my laptop has an i915 chipset):
> 
> 	- BR2_PACKAGE_MESA3D_DRI_DRIVER_I915
> 	- BR2_PACKAGE_LINUX_FIRMWARE_I915
> 	- BR2_PACKAGE_MESA3D_OPENGL_EGL
> 	- BR2_PACKAGE_MESA3D_OPENGL_ES
> 
> All, I do not know that much about graphic/opengl. I think I will need
> some help to make it works.
> 
> > Regards
> > 
> > Zoltan Gyarmati
> > https://zgyarmati.de
> 
> Regards,
> Gael

I am able to make QtWE works on x86 too.

Regards,
Gael



More information about the buildroot mailing list