[Mesa-dev] [PATCH] configure: fix wrong variable name GLESv1_CM_LIB_DEPS

Kristian Høgsberg krh at bitplanet.net
Fri Jul 30 05:56:35 PDT 2010


On Fri, Jul 30, 2010 at 12:26 AM, Li Peng <peng.li at linux.intel.com> wrote:
> GLESv1_CM_LIB_DEPS is defined in "configs/autoconf.in",
> here we should use "GLESv1_LIB_DEPS" and set it in AC_SUBST

It's the other way around, GLESv1_CM_LIB_DEPS is the right name.  I
updated the patch and pushed the fix.

thanks,
Kristian

> Signed-off-by: Li Peng <peng.li at linux.intel.com>
> ---
>  configure.ac |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 9619597..29b4284 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -628,7 +628,7 @@ dri)
>     # need DRM libs, -lpthread, etc.
>     GL_LIB_DEPS="$GL_LIB_DEPS $LIBDRM_LIBS -lm -lpthread $DLOPEN_LIBS"
>     GL_PC_LIB_PRIV="-lm -lpthread $DLOPEN_LIBS"
> -    GLESv1_CM_LIB_DEPS="$LIBDRM_LIBS -lm -lpthread $DLOPEN_LIBS"
> +    GLESv1_LIB_DEPS="$LIBDRM_LIBS -lm -lpthread $DLOPEN_LIBS"
>     GLESv1_CM_PC_LIB_PRIV="-lm -lpthread $DLOPEN_LIBS"
>     GLESv2_LIB_DEPS="$LIBDRM_LIBS -lm -lpthread $DLOPEN_LIBS"
>     GLESv2_PC_LIB_PRIV="-lm -lpthread $DLOPEN_LIBS"
> --
> 1.6.1.3
>
>
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>


More information about the mesa-dev mailing list