2013/6/4 Emil Velikov
> On 04/06/13 21:42, Andreas Boll wrote:
> > 2013/6/4 Brian Paul
> >
> >> On 06/04/2013 11:40 AM, Andreas Boll wrote:
> >>
> >>> This patch unifies mesa's PACKAGE_VERSION on autotools, scons and
> >>> Android build systems.
> >>>
> >>> Current behaviour is:
> >>> - Autoto
On 04/06/13 21:42, Andreas Boll wrote:
> 2013/6/4 Brian Paul
>
>> On 06/04/2013 11:40 AM, Andreas Boll wrote:
>>
>>> This patch unifies mesa's PACKAGE_VERSION on autotools, scons and
>>> Android build systems.
>>>
>>> Current behaviour is:
>>> - Autotools uses 9.2.0 as PACKAGE_VERSION
>>> - S
2013/6/4 Brian Paul
> On 06/04/2013 11:40 AM, Andreas Boll wrote:
>
>> This patch unifies mesa's PACKAGE_VERSION on autotools, scons and
>> Android build systems.
>>
>> Current behaviour is:
>> - Autotools uses 9.2.0 as PACKAGE_VERSION
>> - Scons and Android use 9.2-devel as PACKAGE_VERSION
>
On 06/04/2013 11:40 AM, Andreas Boll wrote:
This patch unifies mesa's PACKAGE_VERSION on autotools, scons and
Android build systems.
Current behaviour is:
- Autotools uses 9.2.0 as PACKAGE_VERSION
- Scons and Android use 9.2-devel as PACKAGE_VERSION
With this patch all three build systems u
This patch unifies mesa's PACKAGE_VERSION on autotools, scons and
Android build systems.
Current behaviour is:
- Autotools uses 9.2.0 as PACKAGE_VERSION
- Scons and Android use 9.2-devel as PACKAGE_VERSION
With this patch all three build systems use 9.2.0-devel as
PACKAGE_VERSION.
---
Android