Module: Mesa Branch: master Commit: 5ccbac8e04b5225ec51cfb994bcb09bfacef5314 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ccbac8e04b5225ec51cfb994bcb09bfacef5314
Author: Andres Gomez <[email protected]> Date: Thu Nov 9 16:58:21 2017 +0200 docs/releasing: drop custom LLVM_CONFIG if previously manually set Cc: Emil Velikov <[email protected]> Cc: Eric Engestrom <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> --- docs/releasing.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releasing.html b/docs/releasing.html index 66742b0bcb..e588435e81 100644 --- a/docs/releasing.html +++ b/docs/releasing.html @@ -471,6 +471,10 @@ Here is one solution that I've been using. --enable-egl \ --with-platforms=x11,drm,wayland,surfaceless make && DESTDIR=`pwd`/test make install + + # Drop LLVM_CONFIG, if applicable: + # unset LLVM_CONFIG + __glxinfo_cmd='glxinfo 2>&1 | egrep -o "Mesa.*|Gallium.*|.*dri\.so"' __glxgears_cmd='glxgears 2>&1 | grep -v "configuration file"' __es2info_cmd='es2_info 2>&1 | egrep "GL_VERSION|GL_RENDERER|.*dri\.so"' _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
