Re: [Mesa-dev] [PATCH v2 2/2] configure.ac: Build dricommon when dri is enabled

2013-03-08 Thread Stéphane Marchesin
On Fri, Mar 8, 2013 at 12:58 PM, Matt Turner wrote: > Commit 67ef7559 added an || test "x$enable_dri" check in an attempt to > get the DRI common bits built in some necessary cases. That change was > inappropriate as it made these common DRI pieces be built > unconditionally, so some builds were b

[Mesa-dev] [PATCH v2 2/2] configure.ac: Build dricommon when dri is enabled

2013-03-08 Thread Matt Turner
Commit 67ef7559 added an || test "x$enable_dri" check in an attempt to get the DRI common bits built in some necessary cases. That change was inappropriate as it made these common DRI pieces be built unconditionally, so some builds were broken. Subsequently, commit 998d975e3 change the "|| test" t