configure.ac: require xcb* for the omx/va/... when using x11 platform
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 31 Oct 2017 18:58:10 +0000 (18:58 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 8 Nov 2017 15:53:00 +0000 (15:53 +0000)
commit85a017230cacd0661570421c8e5b0619e512d33d
tree118578263edd0c0c9f86e23bb82d2b816dc66f37
parentb4967561c035182b64d3ae0f474d4ef281535ce1
configure.ac: require xcb* for the omx/va/... when using x11 platform

Targets such as omx and va can work w/o anything X related. Mandate the
xcb* dependencies only when the X11 platform is selected.

Reported-by: Lukas Rusak <lorusak@gmail.com>
Fixes: 63e11ac2b5c ("configure: error out if building VA w/o supported
platform")
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Tested-by: Lukas Rusak <lorusak@gmail.com> (v1)
configure.ac