Humble ping.

On 22/01/15 18:28, Emil Velikov wrote:
> From: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> es2_info, es2gears_x11 and es2tri require X11, so don't build them if X11
> is disabled.
> 
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88618
> Reviewed-by: Emil Velikov <emil.l.veli...@gmail.com>
> ---
> 
> Noticed this patch in bugzilla. Not sure how many people keep an eye on 
> it so I've decided to send it to the ML.
> 
> -Emil
> 
>  src/egl/opengles2/Makefile.am | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/src/egl/opengles2/Makefile.am b/src/egl/opengles2/Makefile.am
> index 41c1b80..36d6059 100644
> --- a/src/egl/opengles2/Makefile.am
> +++ b/src/egl/opengles2/Makefile.am
> @@ -36,10 +36,13 @@ AM_LDFLAGS = \
>  if HAVE_EGL
>  if HAVE_GLESV2
>  bin_PROGRAMS = \
> +     es2gears_screen
> +if HAVE_X11
> +bin_PROGRAMS += \
>       es2_info \
> -     es2gears_screen \
>       es2gears_x11 \
>       es2tri
> +endif
>  if HAVE_WAYLAND
>  bin_PROGRAMS += es2gears_wayland
>  endif
> 

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to