Re: [Mesa-dev] [PATCHv2] configure: set HAVE_COMMON_DRI when building only swrast

2013-10-03 Thread Vinson Lee
On Wed, Oct 2, 2013 at 3:45 PM, Emil Velikov wrote: > With commit cb1febb07, I have incorrectly removed HAVE_COMMON_DRI > assuming that swrast does not need to build the translations for > driconf options, as effectively swrast/drisw does not use them. > > With the incoming unification work of dri

[Mesa-dev] [PATCHv2] configure: set HAVE_COMMON_DRI when building only swrast

2013-10-02 Thread Emil Velikov
With commit cb1febb07, I have incorrectly removed HAVE_COMMON_DRI assuming that swrast does not need to build the translations for driconf options, as effectively swrast/drisw does not use them. With the incoming unification work of dri and drisw, it makes sense just to revert the offending hunk.