projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d14ae6
)
vulkan: automake: do not use EXTRA_DIST in a conditional
author
Emil Velikov
<emil.velikov@collabora.com>
Tue, 17 Jan 2017 19:48:37 +0000
(19:48 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Wed, 18 Jan 2017 13:41:32 +0000
(13:41 +0000)
Otherwise the file might not end up in the tarball.
Fixes: dbd677efb42 "vulkan: add API registry"
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index f1fe5157b0ac4164856a49a86ec6caaef0a0c264..12e5dcdb12af01a66a8d15f797351d9339847545 100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-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