On Tue, Aug 30, 2011 at 2:50 AM, Chad Versace wrote:
> libmesa_dri_common is a static library that contains the sources in
> src/mesa/drivers/dri/common. Each DRI driver should link to it.
>
> v2
>
> - [olv] In toplevel Android.mk, replace subdir src/mesa/drivers/dri/common
> with src/mesa/d
libmesa_dri_common is a static library that contains the sources in
src/mesa/drivers/dri/common. Each DRI driver should link to it.
v2
- [olv] In toplevel Android.mk, replace subdir src/mesa/drivers/dri/common
with src/mesa/drivers/dri, and add the subdir only if MESA_BUILD_CLASSIC.
- [olv]