From: Henri Verbeet Subject: Re: [PATCH 02/10] winevulkan: Add stub ICD. Message-Id: Date: Wed, 21 Feb 2018 15:52:18 +0330 In-Reply-To: References: <20180220062947.4192-1-thunderbird2k@gmail.com> <20180220062947.4192-3-thunderbird2k@gmail.com> On 21 February 2018 at 13:20, Józef Kucia wrote: > On Tue, Feb 20, 2018 at 7:29 AM, Roderick Colenbrander > wrote: >> diff --git a/configure.ac b/configure.ac >> index d06476e6c9..bacbf76e19 100644 >> --- a/configure.ac >> +++ b/configure.ac >> @@ -3681,6 +3681,7 @@ WINE_CONFIG_DLL(wineps16.drv16,enable_win16) >> WINE_CONFIG_DLL(winepulse.drv) >> WINE_CONFIG_DLL(wineqtdecoder) >> WINE_CONFIG_DLL(winex11.drv) >> +WINE_CONFIG_DLL(winevulkan) >> WINE_CONFIG_DLL(wing.dll16,enable_win16) >> WINE_CONFIG_DLL(wing32) >> WINE_CONFIG_DLL(winhttp,,[clean,implib]) > > The WINE_CONFIG_DLL entries are kept in alphabetical order. Running > tools/make_makefiles should fix this. > And generally speaking there's no need to include generated changes, so you can also just drop that change from the patch.