Re: [Mesa-dev] [PATCH] configure.ac: check require_basic_egl only if egl enabled

2017-02-24 Thread Leo Liu
On 02/24/2017 10:56 AM, Emil Velikov wrote: On 24 February 2017 at 14:25, Leo Liu wrote: On 02/24/2017 09:07 AM, Emil Velikov wrote: On 23 February 2017 at 18:43, Leo Liu wrote: Otherwise the configuration fails when building independant libs like vdpau, vaapi or omx I really should have

Re: [Mesa-dev] [PATCH] configure.ac: check require_basic_egl only if egl enabled

2017-02-24 Thread Emil Velikov
On 24 February 2017 at 14:25, Leo Liu wrote: > On 02/24/2017 09:07 AM, Emil Velikov wrote: >> >> On 23 February 2017 at 18:43, Leo Liu wrote: >>> >>> Otherwise the configuration fails when building independant libs >>> like vdpau, vaapi or omx >>> >> I really should have spotted this usecase :-]

Re: [Mesa-dev] [PATCH] configure.ac: check require_basic_egl only if egl enabled

2017-02-24 Thread Leo Liu
On 02/24/2017 09:07 AM, Emil Velikov wrote: On 23 February 2017 at 18:43, Leo Liu wrote: Otherwise the configuration fails when building independant libs like vdpau, vaapi or omx I really should have spotted this usecase :-] Signed-off-by: Leo Liu --- configure.ac | 4 +++- 1 file cha

Re: [Mesa-dev] [PATCH] configure.ac: check require_basic_egl only if egl enabled

2017-02-24 Thread Emil Velikov
On 23 February 2017 at 18:43, Leo Liu wrote: > Otherwise the configuration fails when building independant libs > like vdpau, vaapi or omx > I really should have spotted this usecase :-] > Signed-off-by: Leo Liu > --- > configure.ac | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >

[Mesa-dev] [PATCH] configure.ac: check require_basic_egl only if egl enabled

2017-02-23 Thread Leo Liu
Otherwise the configuration fails when building independant libs like vdpau, vaapi or omx Signed-off-by: Leo Liu --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 44c7883..890a379 100644 --- a/configure.ac +++ b/configure.ac