anv: tweak the %.json rule

It's used only by dev_icd.json so just call it that way. While we're
here, manually expand $< (as it might cause issue on some systems)
and drop the unneeded install_libdir substitution.

Acked-by: Jason Ekstrand <jason@jlekstrand.net>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Emil Velikov 2016-04-20 17:26:23 +01:00 committed by Emil Velikov
parent abd360ab75
commit b370ec7c76
1 changed files with 3 additions and 4 deletions

View File

@ -190,11 +190,10 @@ icdconf_DATA = intel_icd.json
# The following is used for development purposes, by setting VK_ICD_FILENAMES.
noinst_DATA = dev_icd.json
%.json : %.json.in
dev_icd.json : dev_icd.json.in
$(AM_V_GEN) $(SED) \
-e "s#@build_libdir@#${abs_top_builddir}/${LIB_DIR}#" \
-e "s#@install_libdir@#${libdir}#" < $< > $@
-e "s#@build_libdir@#${abs_top_builddir}/${LIB_DIR}#"
< $(srcdir)/dev_icd.json.in > $@
# Libvulkan with dummy gem. Used for unit tests.