vulkan: automake: do not use EXTRA_DIST in a conditional

Otherwise the file might not end up in the tarball.

Fixes: dbd677efb4 "vulkan: add API registry"
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Emil Velikov 2017-01-17 19:48:37 +00:00 committed by Emil Velikov
parent 2d14ae6bea
commit 8d1712a065
1 changed files with 1 additions and 1 deletions

View File

@ -118,8 +118,8 @@ endif
if HAVE_VULKAN_COMMON
SUBDIRS += vulkan/wsi
EXTRA_DIST += vulkan/registry/vk.xml
endif
EXTRA_DIST += vulkan/registry/vk.xml
## Requires the i965 compiler (part of mesa) and wayland-drm
if HAVE_INTEL_VULKAN