Re: [Mesa-dev] Fwd: errors for mesa master Android build 554

2016-11-15 Thread Emil Velikov
On 15 November 2016 at 18:40, Brian Paul wrote: > It also broke our in-house Jenkins build on Ubuntu. Though, it's building > OK on my local system. Hmm. > > CC dri_common.lo > ../../../src/glx/dri_common.c: In function ‘driGetDriverExtensions’: > ../../../src/glx/dri_common.c:164:32: er

Re: [Mesa-dev] Fwd: errors for mesa master Android build 554

2016-11-15 Thread Brian Paul
It also broke our in-house Jenkins build on Ubuntu. Though, it's building OK on my local system. Hmm. CC dri_common.lo ../../../src/glx/dri_common.c: In function ‘driGetDriverExtensions’: ../../../src/glx/dri_common.c:164:32: error: implicit declaration of function ‘dri_get_extensions

[Mesa-dev] Fwd: errors for mesa master Android build 554

2016-11-15 Thread Rob Herring
This commit breaks the build for Android. Looks like a prototype is missing and LLVM is stricter. Rob commit 1a21d21580965eff751414d140b3c1762eb3 Author: Christian Gmeiner Date: Thu Nov 3 15:25:21 2016 +0100 dri: make use of dri_get_extensions_name(..) helper Signed-off-by: Chris