Re: [Mesa-dev] [PATCH] build: Unify PACKAGE_VERSION on autotools, scons and Android

2013-06-05 Thread Andreas Boll
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

Re: [Mesa-dev] [PATCH] build: Unify PACKAGE_VERSION on autotools, scons and Android

2013-06-04 Thread 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: >>> - Autotools uses 9.2.0 as PACKAGE_VERSION >>> - S

Re: [Mesa-dev] [PATCH] build: Unify PACKAGE_VERSION on autotools, scons and Android

2013-06-04 Thread Andreas Boll
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 >

Re: [Mesa-dev] [PATCH] build: Unify PACKAGE_VERSION on autotools, scons and Android

2013-06-04 Thread 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 With this patch all three build systems u

[Mesa-dev] [PATCH] build: Unify PACKAGE_VERSION on autotools, scons and Android

2013-06-04 Thread Andreas Boll
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