Skip to content

contrib: vulkan-loader: remove dependency on xcb

Android exposes both HAVE_LINUX and HAVE_ANDROID, but the vulkan-loader implementation on the OS likely supports only Android and shipping xcb by default would require building all the xcb contribs.

Instead, only enable it when the Linux is not an Android.

Merge request reports