From b7af1658e07f437907244c8ec680df0b16ef2e97 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Mon, 9 Dec 2024 17:00:05 +0200 Subject: [PATCH] Makefile.in: Use video.xml bundled with wine. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 1f5ec4c3..b7d14ebc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -430,7 +430,7 @@ $(eval $(call rules-autoconf,wine,64)) $(eval $(call rules-wine-requests,wine)) $(OBJ)/.wine-post-source: - cd $(WINE_SRC) && dlls/winevulkan/make_vulkan -x vk.xml + cd $(WINE_SRC) && dlls/winevulkan/make_vulkan -x vk.xml -X video.xml -cd $(WINE_SRC) && tools/make_specfiles touch $@