summaryrefslogtreecommitdiffstats
path: root/docs/releasing.html
diff options
context:
space:
mode:
authorAndres Gomez <[email protected]>2017-11-09 16:58:21 +0200
committerAndres Gomez <[email protected]>2017-11-10 19:34:51 +0200
commit5ccbac8e04b5225ec51cfb994bcb09bfacef5314 (patch)
treef4dc883218a5665181765f1e951b0dae7b6e6a6e /docs/releasing.html
parente456d4def5cb0cff3c243c267dd08ac17042e9e4 (diff)
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]>
Diffstat (limited to 'docs/releasing.html')
-rw-r--r--docs/releasing.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releasing.html b/docs/releasing.html
index 66742b0bcb4..e588435e813 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 &amp;&amp; DESTDIR=`pwd`/test make install
+
+ # Drop LLVM_CONFIG, if applicable:
+ # unset LLVM_CONFIG
+
__glxinfo_cmd='glxinfo 2>&amp;1 | egrep -o "Mesa.*|Gallium.*|.*dri\.so"'
__glxgears_cmd='glxgears 2>&amp;1 | grep -v "configuration file"'
__es2info_cmd='es2_info 2>&amp;1 | egrep "GL_VERSION|GL_RENDERER|.*dri\.so"'