configure.ac: add xcb-fixes to the XCB DRI3 list
authorEmil Velikov <emil.velikov@collabora.com>
Fri, 19 May 2017 23:04:33 +0000 (00:04 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 19 May 2017 23:12:56 +0000 (00:12 +0100)
commit9a90d6a9d4ee1632aa357a2ac9be150e058e2c10
tree84d96bf3abf0c9591d8ce54f9b26c973b76d0286
parent5233eaf9ee85bb551ea38c1e2bbd8ac167754e50
configure.ac: add xcb-fixes to the XCB DRI3 list

The XCB module is used by the VL targets. Thus omitting it can lead to
link-time errors due to unresolved symbols.

Other DRI3 users such as the Vulkan WSI and the dri3 loader helper do
not use an update region in their xcb_present_pixmap() call. We will
look into that at a later stage.

Fixes: acf3d2afab0 ("configure: check once for DRI3 dependencies")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101110
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac