From: Emil Velikov <[email protected]> Some of the libraries may be dlopened, which may not always work due to the non-standard prefix that we're using.
Signed-off-by: Emil Velikov <[email protected]> --- Adding this is a good idea imho, regardless if we opt for or against libtxc_dxtn. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6d6e44cc419..49158a09fce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,7 @@ env: - LLVM_PACKAGE="llvm-${LLVM_VERSION} llvm-${LLVM_VERSION}-dev" - LLVM_CONFIG="llvm-config-${LLVM_VERSION}" - PKG_CONFIG_PATH=$HOME/prefix/lib/pkgconfig + - LD_LIBRARY_PATH="$HOME/prefix/lib:$LD_LIBRARY_PATH" - MAKEFLAGS=-j2 matrix: - BUILD=make -- 2.12.2 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
