diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2017-04-25 16:39:52 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2017-05-19 19:44:06 +0100 |
commit | 2d35773221d63658bb764f90bd7be95f910f6309 (patch) | |
tree | b757868e78e3192575a112dc916bfc2cda17b566 /docs | |
parent | edb5a65f93189472814afa97b1e3a54b2478b543 (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>
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 38d59f6deb..256c2df4e9 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"' |