Re: [Mesa-dev] [PATCH] Android: fix xmlconfig build

2017-07-31 Thread Emil Velikov
On 31 July 2017 at 16:46, Rob Herring wrote: > Commit 601093f95ddf ("xmlconfig: move into src/util") broke the Android > build due to missing libexpat dependency: > > external/mesa3d/src/util/xmlconfig.c:34:10: fatal error: 'expat.h' file not > found > > Fixes: 601093f95ddf ("xmlconfig: move into

Re: [Mesa-dev] [PATCH] Android: fix xmlconfig build

2017-07-31 Thread Nicolai Hähnle
Sorry about that, and thanks for fixing it! Reviewed-by: Nicolai Hähnle On 31.07.2017 17:46, Rob Herring wrote: Commit 601093f95ddf ("xmlconfig: move into src/util") broke the Android build due to missing libexpat dependency: external/mesa3d/src/util/xmlconfig.c:34:10: fatal error: 'expat.h'

[Mesa-dev] [PATCH] Android: fix xmlconfig build

2017-07-31 Thread Rob Herring
Commit 601093f95ddf ("xmlconfig: move into src/util") broke the Android build due to missing libexpat dependency: external/mesa3d/src/util/xmlconfig.c:34:10: fatal error: 'expat.h' file not found Fixes: 601093f95ddf ("xmlconfig: move into src/util") Cc: Nicolai Hähnle Signed-off-by: Rob Herring