OSDN Git Service

configure: check for core xcb and link libEGL against it
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 11 Jul 2014 23:05:56 +0000 (00:05 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 5 Sep 2014 22:17:59 +0000 (23:17 +0100)
commit17798bfb47fafdb1f6d3c7f128d5dff178db6071
treea8a7a238eccf8eb6ef089e6cf46daa8972865c7c
parentda029f80818cf9cf5084473804b0faf2bc641775
configure: check for core xcb and link libEGL 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 libEGL depends conditionally (when building with x11 platform)
upon xcb.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
configure.ac