Re: [Mesa-dev] [PATCH] configure: remove unneeded XCB_REQUIRED

2018-03-14 Thread Andres Gomez
On Thu, 2018-03-15 at 09:37 +1000, Dave Airlie wrote: > On 15 March 2018 at 09:29, Andres Gomez wrote: > > It is only used for dri3 and xcb-dri3 and xcb-present were already > > mandating the minimal version, which is incoherent with the xcb one. > > We are in the middle of a thread discussing th

Re: [Mesa-dev] [PATCH] configure: remove unneeded XCB_REQUIRED

2018-03-14 Thread Dave Airlie
On 15 March 2018 at 09:29, Andres Gomez wrote: > It is only used for dri3 and xcb-dri3 and xcb-present were already > mandating the minimal version, which is incoherent with the xcb one. We are in the middle of a thread discussing this area already, probably don't need this patch at this stage. L

[Mesa-dev] [PATCH] configure: remove unneeded XCB_REQUIRED

2018-03-14 Thread Andres Gomez
It is only used for dri3 and xcb-dri3 and xcb-present were already mandating the minimal version, which is incoherent with the xcb one. This also makes configure.ac more homogeneous with other modules, like dri2 or glx, which also need xcb but get the minimal version from xcb-dri2 or xcb-glx, resp