Re: [Mesa-dev] [PATCH mesa] configure: only install khrplatform.h if needed

2017-07-14 Thread Emil Velikov
On 14 July 2017 at 11:59, Eric Engestrom wrote: > khrplatform.h is only used by EGL and GLES; let's only install it when > one of those is enabled. > > Cc: mesa-sta...@lists.freedesktop.org > Signed-off-by: Eric Engestrom Reviewed-by: Emil Velikov Thanks Emil ___

Re: [Mesa-dev] [PATCH mesa] configure: only install khrplatform.h if needed

2017-07-14 Thread Jussi Kukkonen
On 14 July 2017 at 13:59, Eric Engestrom wrote: > khrplatform.h is only used by EGL and GLES; let's only install it when > one of those is enabled. > > Cc: mesa-sta...@lists.freedesktop.org > Signed-off-by: Eric Engestrom > This is clearly better than my patch, thanks. If it helps: Reviewed-by

[Mesa-dev] [PATCH mesa] configure: only install khrplatform.h if needed

2017-07-14 Thread Eric Engestrom
khrplatform.h is only used by EGL and GLES; let's only install it when one of those is enabled. Cc: mesa-sta...@lists.freedesktop.org Signed-off-by: Eric Engestrom --- configure.ac | 3 +++ src/mapi/Makefile.am | 2 ++ 2 files changed, 5 insertions(+) diff --git a/configure.ac b/configu