[Glamor] [PATCH] glamor: enable Xv by default

Zhigang Gong zhigang.gong at gmail.com
Sat Oct 19 06:42:53 PDT 2013


LGTM, just pushed, thanks.

On Sat, Oct 19, 2013 at 09:10:28AM -0400, Alex Deucher wrote:
> Ping?
> 
> On Fri, Sep 27, 2013 at 5:47 PM, Alex Deucher <alexdeucher at gmail.com> wrote:
> > Also move the configure option out of the middle of
> > the debug option handling.
> >
> > Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> > ---
> >  configure.ac | 11 +++++------
> >  1 file changed, 5 insertions(+), 6 deletions(-)
> >
> > diff --git a/configure.ac b/configure.ac
> > index e4838f4..2983394 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -91,15 +91,14 @@ AC_MSG_CHECKING([whether to include GLAMOR_GLES2 support])
> >  AC_ARG_ENABLE(glamor-gles2,         AS_HELP_STRING([--enable-glamor-gles2], [Build glamor based on gles2 (default: no)]), [GLAMOR_GLES2="$enableval"], [GLAMOR_GLES2=no])
> >  AC_MSG_RESULT([$GLAMOR_GLES2])
> >
> > -AC_MSG_CHECKING([whether to enable DEBUG])
> > -AC_ARG_ENABLE(debug,         AS_HELP_STRING([--enable-debug], [Build debug version glamor (default: no)]), [DEBUG="$enableval"], [DEBUG=no])
> > -AC_MSG_RESULT([$DEBUG])
> > -
> >  AC_MSG_CHECKING([whether to include GLAMOR Xv support])
> > -AC_ARG_ENABLE(xv,         AS_HELP_STRING([--enable-xv], [Build glamor Xv (default: no)]), [GLAMOR_XV="$enableval"], [GLAMOR_XV=no])
> > +AC_ARG_ENABLE(xv,         AS_HELP_STRING([--disable-xv], [Disable glamor Xv (default: enabled)]), [GLAMOR_XV="$enableval"], [GLAMOR_XV=yes])
> >  AC_MSG_RESULT([$GLAMOR_XV])
> > -AM_CONDITIONAL([GLAMOR_XV], [test "x$GLAMOR_XV" = xyes])
> > +AM_CONDITIONAL([GLAMOR_XV], [test "x$GLAMOR_XV" != xno])
> >
> > +AC_MSG_CHECKING([whether to enable DEBUG])
> > +AC_ARG_ENABLE(debug,         AS_HELP_STRING([--enable-debug], [Build debug version glamor (default: no)]), [DEBUG="$enableval"], [DEBUG=no])
> > +AC_MSG_RESULT([$DEBUG])
> >  if test "x$DEBUG" = xyes; then
> >     AC_DEFINE(DEBUG, 1, [Enable DEBUG])
> >  fi
> > --
> > 1.8.3.1
> >
> _______________________________________________
> Glamor mailing list
> Glamor at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/glamor


More information about the Glamor mailing list