Hi Emil,

Do you have any comment on this series?

Marek

On Tue, Jan 12, 2016 at 8:46 PM, Marek Olšák <[email protected]> wrote:
> From: Marek Olšák <[email protected]>
>
> This allows building VDPAU/OMX/VA drivers without OpenGL and its
> dependencies.
> ---
>  configure.ac | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/configure.ac b/configure.ac
> index 8d19dab..04b5fd8 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2159,7 +2159,12 @@ gallium_require_drm_loader() {
>      fi
>  }
>
> +dnl This is for Glamor. Skip this if OpenGL is disabled.
>  require_egl_drm() {
> +    if test "x$enable_opengl" = xno; then
> +        return 0
> +    fi
> +
>      case "$with_egl_platforms" in
>          *drm*)
>              ;;
> --
> 2.1.4
>
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to