summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-04-25 16:39:52 +0100
committerJuan A. Suarez Romero <jasuarez@igalia.com>2017-05-31 22:32:02 +0200
commita0f311a58866f53585634daf580d871cf2544769 (patch)
tree374969c760ac747f6e2cfa7aaa5020d18f44e24b /docs
parent1d89787a1971e0e3cd68a2401b047da080d1a1c9 (diff)
configure: enable the surfaceless platform by default
A simple platform that you want to use in a many usecases. See the spec file details. It has no special requirements plus it takes less than a second to build. Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Acked-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> (cherry picked from commit 2d35773221d63658bb764f90bd7be95f910f6309) Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/releasing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releasing.html b/docs/releasing.html
index 4c34ee56f97..9530ab09b52 100644
--- a/docs/releasing.html
+++ b/docs/releasing.html
@@ -402,7 +402,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 &amp;&amp; DESTDIR=`pwd`/test make -j6 install
__glxinfo_cmd='glxinfo 2>&amp;1 | egrep -o "Mesa.*|Gallium.*|.*dri\.so"'
__glxgears_cmd='glxgears 2>&amp;1 | grep -v "configuration file"'