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
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
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