[PATCH wayland-web 1/3] building: replace with-egl-platforms option
Matheus Santana
embs at cin.ufpe.br
Thu Jun 21 18:54:15 UTC 2018
This gets rid of
WARNING: --with-egl-platforms is deprecated. Use --with-platforms
instead.
while building Mesa.
Signed-off-by: Matheus Santana <embs at cin.ufpe.br>
---
building.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/building.html b/building.html
index fdfa997..35e8173 100644
--- a/building.html
+++ b/building.html
@@ -166,7 +166,7 @@ more recent releases.</p>
$ git clone <a href="https://cgit.freedesktop.org/mesa/mesa">git://anongit.freedesktop.org/mesa/mesa</a>
$ cd mesa
$ ./autogen.sh --prefix=$WLD --enable-gles2 \
- --with-egl-platforms=x11,wayland,drm --enable-gbm --enable-shared-glapi \
+ --with-platforms=x11,wayland,drm --enable-gbm --enable-shared-glapi \
--with-gallium-drivers=r300,r600,swrast,nouveau
$ make && make install
$ cd ..
--
2.1.4
More information about the wayland-devel
mailing list