diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build index 1f6658bbacf..e4d0e0f80cb 100644 --- a/meson.build +++ b/meson.build @@ -306,9 +306,6 @@ if _vulkan_drivers != '' with_intel_vk = _split.contains('intel') with_amd_vk = _split.contains('amd') with_any_vk = with_amd_vk or with_intel_vk - if not (with_platform_x11 or with_platform_wayland or with_platform_android) - error('Vulkan requires at least one platform (x11, wayland, android)') - endif endif with_dri2 = (with_dri or with_any_vk) and with_dri_platform == 'drm' |