diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/releasing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releasing.html b/docs/releasing.html index 38d59f6debb..256c2df4e97 100644 --- a/docs/releasing.html +++ b/docs/releasing.html @@ -460,7 +460,7 @@ Here is one solution that I've been using. --enable-glx-tls \ --enable-gbm \ --enable-egl \ - --with-platforms=x11,drm,wayland + --with-platforms=x11,drm,wayland,surfaceless make -j2 && DESTDIR=`pwd`/test make -j6 install __glxinfo_cmd='glxinfo 2>&1 | egrep -o "Mesa.*|Gallium.*|.*dri\.so"' __glxgears_cmd='glxgears 2>&1 | grep -v "configuration file"' |