[Mesa-stable] [PATCH v2] configure.ac: add missing llvm dependencies to .pc files
Chuck Atkins
chuck.atkins at kitware.com
Thu Jan 25 14:43:33 UTC 2018
v2: Only add as dependencies for gallium-osmesa and gallium-xlib
CC: <mesa-stable at lists.freedesktop.org>
Signed-of-by: Chuck Atkins <chuck.atkins at kitware.com>
---
configure.ac | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/configure.ac b/configure.ac
index 7c1fbe0ed1..448bd3a6ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2780,6 +2780,12 @@ if test "x$enable_llvm" = xyes; then
fi
fi
fi
+ if test "x$enable_glx" == xgallium-xlib; then
+ GL_PC_LIB_PRIV="$GL_PC_LIB_PRIV $LLVM_LIBS"
+ fi
+ if test "x$enable_gallium_osmesa" = xyes; then
+ OSMESA_PC_LIB_PRIV="$OSMESA_PC_LIB_PRIV $LLVM_LIBS"
+ fi
fi
AM_CONDITIONAL(HAVE_GALLIUM_SVGA, test "x$HAVE_GALLIUM_SVGA" = xyes)
--
2.14.3
More information about the mesa-stable
mailing list