[Mesa-stable] [Mesa-dev] [PATCH] configure.ac: add missing llvm dependencies to .pc files

Eric Engestrom eric.engestrom at imgtec.com
Thu Jan 25 09:44:30 UTC 2018


On Wednesday, 2018-01-24 15:10:35 -0500, Chuck Atkins wrote:
> CC: <mesa-stable at lists.freedesktop.org>
> Signed-of-by: Chuck Atkins <chuck.atkins at kitware.com>
> ---
>  configure.ac | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/configure.ac b/configure.ac
> index 7c1fbe0ed1..e1be7b78e4 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2780,6 +2780,18 @@ if test "x$enable_llvm" = xyes; then
>              fi
>          fi
>      fi
> +    if test "xenable_glx" != xno; then
> +        GL_PC_LIB_PRIV="$GL_PC_LIB_PRIV $LLVM_LIBS"
> +    fi
> +    if test "xenable_gles1" = xyes; then
> +        GLESv1_CM_PC_LIB_PRIV="$GLESv1_CM_PC_LIB_PRIV $LLVM_LIBS"
> +    fi
> +    if test "xenable_gles2" = xyes; then
> +        GLESv2_PC_LIB_PRIV="$GLESv2_PC_LIB_PRIV $LLVM_LIBS"
> +    fi
> +    if test "x$enable_osmesa$enable_gallium_osmesa" != xnono; then
> +        OSMESA_PC_LIB_PRIV="$OSMESA_PC_LIB_PRIV $OSMESA_PC_LIB_PRIV $LLVM_LIBS"

I'm assuming the duplicate `$OSMESA_PC_LIB_PRIV` wasn't intended?
I don't know enough to actually review this change though.

> +    fi
>  fi
>  
>  AM_CONDITIONAL(HAVE_GALLIUM_SVGA, test "x$HAVE_GALLIUM_SVGA" = xyes)
> -- 
> 2.14.3
> 


More information about the mesa-stable mailing list