[Mesa-dev] [PATCH 1/2] android: Define Make variables for Android version

2012-12-20 Thread Chad Versace
Define the following Make variables: MESA_ANDROID_MAJOR_VERSION MESA_ANDROID_MINOR_VERSION MESA_ANDROID_VERSION These variable will allow us to make version-dependent decisions on library dependencies. In particular, building Mesa against JellyBean will require libsync. Signed-off-by:

Re: [Mesa-dev] [PATCH 1/2] android: Define Make variables for Android version

2012-12-20 Thread Chad Versace
Nevermind this series. Nak it. I thought this fixed the build, but it doesn't. The Android build system tricked me. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 1/2] android: Define Make variables for Android version

2012-12-20 Thread Chad Versace
Define the following Make variables: MESA_ANDROID_MAJOR_VERSION MESA_ANDROID_MINOR_VERSION MESA_ANDROID_VERSION These variable will allow us to make version-dependent decisions on library dependencies. In particular, building Mesa against JellyBean will require libsync. CC: Tapani Päl