[Interest] multiple displaying backends on OS X?

Thiago Macieira thiago.macieira at intel.com
Sun Jan 25 23:54:29 CET 2015


On Sunday 25 January 2015 23:36:05 René J.V. Bertin wrote:
> On Sunday January 25 2015 20:05:43 Thiago Macieira wrote:
> > > - mkspecs/common/macx.conf has no definition for QMAKE_LIBS_X11
> > 
> > It shouldn't need that. We want libxcb, not libX11.
> 
> Doesn't libxcb need libX11, ultimately?

No, it's the other way around. libX11 is implemented using libxcb.

> > Ensure you have libxcb-glx (which -qt-xcb doesn't provide).
> 
> I have. But the missing functions are not xcb_glx_*, but glX*, and sure
> enough I cannot replace -lGL with -lxcb-glx and still have a successful
> link.

The glX* functions are in libGL. Make sure your platform provides GLX support 
in the OpenGL libraries.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list