configure: check for core xcb and link the VL targets against it
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 11 Jul 2014 23:09:57 +0000 (00:09 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 5 Sep 2014 22:18:00 +0000 (23:18 +0100)
commit0b76c51728cc76543623554b8893ba332cdfe10f
tree1beb9654f17f297c9eee39b1788287aaeed5f4c7
parent17798bfb47fafdb1f6d3c7f128d5dff178db6071
configure: check for core xcb and link the VL targets against it

Make sure to check the presence of the module in order to pick the
correct libs flag and before feeding them to the compiler/linker.

Current libXvMC*, libvdpau* and libomx_mesa depends unconditionally
upon xcb, due to their usage of the aux/vl gallium module.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
configure.ac