Re: [PATCH RFC weston 3/4] compositor-x11: Remove support for ancient XCB

2017-01-16 Thread Daniel Stone
Hi Quentin, On 15 January 2017 at 13:05, Quentin Glidic wrote: > On 29/11/2016 18:00, Daniel Stone wrote: >> We had two non-pkg-config check paths in the configure script, to >> support XCB functionality used before XCB had had an accompanying >> release: xcb_poll_for_queued_event (released in 1.

Re: [PATCH RFC weston 3/4] compositor-x11: Remove support for ancient XCB

2017-01-15 Thread Quentin Glidic
On 29/11/2016 18:00, Daniel Stone wrote: We had two non-pkg-config check paths in the configure script, to support XCB functionality used before XCB had had an accompanying release: xcb_poll_for_queued_event (released in 1.8, 2012), and a usable XKB event mechanism (released in 1.9, 2013). Conve

[PATCH RFC weston 3/4] compositor-x11: Remove support for ancient XCB

2016-11-29 Thread Daniel Stone
We had two non-pkg-config check paths in the configure script, to support XCB functionality used before XCB had had an accompanying release: xcb_poll_for_queued_event (released in 1.8, 2012), and a usable XKB event mechanism (released in 1.9, 2013). Convert the former to a version-based hard depen