[Mesa-dev] [PATCH demos 4/4] egl: Install eglinfo binary

Eric Engestrom eric.engestrom at imgtec.com
Fri Feb 9 11:59:29 UTC 2018


On Friday, 2018-02-09 10:09:01 +0100, Andreas Boll wrote:
> Signed-off-by: Andreas Boll <andreas.boll.dev at gmail.com>
> ---
> I'd like to ship eglinfo inside Debian's mesa-utils-extra package and I thought
> other distributions could be interested in this patch as well.

Yes please :)

Btw, I already pointed out 2/4 during its review, I guess Brian forgot
to fix it :P

Series is:
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>

> 
>  src/egl/opengl/Makefile.am | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/src/egl/opengl/Makefile.am b/src/egl/opengl/Makefile.am
> index b745573a..6d184ff6 100644
> --- a/src/egl/opengl/Makefile.am
> +++ b/src/egl/opengl/Makefile.am
> @@ -56,8 +56,9 @@ endif
>  endif
>  
>  if HAVE_EGL
> +bin_PROGRAMS = \
> +	eglinfo
>  noinst_PROGRAMS = \
> -	eglinfo \
>  	peglgears \
>  	$(EGL_DRM_DEMOS) \
>  	$(EGL_X11_DEMOS) \
> -- 
> 2.11.0
> 


More information about the mesa-dev mailing list