Makefile.in: Use video.xml bundled with wine.

This commit is contained in:
Arkadiusz Hiler 2024-12-09 17:00:05 +02:00
parent 1dc6090d51
commit b7af1658e0

View File

@ -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 $@