[Interest] How can I build a qt source for linux fbdev?

Thiago Macieira thiago.macieira at intel.com
Tue Jun 25 18:07:14 CEST 2019


On Tuesday, 25 June 2019 06:40:21 PDT 민경욱 wrote:
> My Qt5 application has tearing on Odroid C2 (Mali450, Ubuntu 18.04).
> 
> So I wanna try on fbdev not X11.
> 
> but, I hava no idea about build qt source for linux fbdev..
> 
> anyone know about this?

You build the same way you would an X11 build for that board. Just make sure 
that the necessary headers for fbdev are present, so configure will say:

  LinuxFB ................................ yes

It's looking for these headers: linux/fb.h, sys/kd.h, sys/ioctl.h. Make sure 
your sysroot has them.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel System Software Products






More information about the Interest mailing list