By: fulinux
E-mail: fulinux@sina.com
Blog: https://blog.youkuaiyun.com/fulinus
喜欢的盆友欢迎点赞和订阅!
你的喜欢就是我写作的动力!
目录
- 概述
- 集成meta-qt5
- 移植过程中的问题
-
- 问题1:virtual/libgl set to mesa, not mesa-gl
- 问题2:dmabuf-server-buffer tries to use undeclared library 'drm'
- 问题3:event.h: No such file or directory
- 问题4:no matching function for call to
- 问题5:‘EVP_MD_CTX_cleanup’ was not declared in this scope
- 问题6:Available platform plugins
- 问题7:wayland-egl插件
- 问题8:Failed to create wl_display
- 问题9:Assertion `errorcode == 0' failed.
- 问题10: Cannot find font directory
- 问题11
- 运行结果
- 完整的补丁
返回总目录:Yocto开发讲解系列 - 总目录
概述
这次我们需要在Linux平台上移植一个浏览器,Firefox浏览器没有wayland后端,所以不满足,Chrome浏览器显示有问题,于是也不满足,使用Qt5中的webengine试一下。
集成meta-qt5
可以参考我之前的文章:
yocto系列讲解[实战篇]54 - 添加Qt5和