[PATCH wayland-web] building: Remove deprecated mesa autogen option

Yong Bakos junk at humanoriented.com
Wed Apr 27 13:44:24 UTC 2016


From: Yong Bakos <ybakos at humanoriented.com>

Using --disable-gallium-egl generates a warning when running autogen.sh,
because the option has been deprecated. See:

https://bugzilla.redhat.com/show_bug.cgi?id=1128372

Signed-off-by: Yong Bakos <ybakos at humanoriented.com>
---
 building.html | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/building.html b/building.html
index b5a83dc..a669e31 100644
--- a/building.html
+++ b/building.html
@@ -163,19 +163,13 @@ more recent releases.</p>
 <pre>
 $ git clone <a href="http://cgit.freedesktop.org/mesa/mesa">git://anongit.freedesktop.org/mesa/mesa</a>
 $ cd mesa
-$ ./autogen.sh --prefix=$WLD --enable-gles2 --disable-gallium-egl \
+$ ./autogen.sh --prefix=$WLD --enable-gles2 \
   --with-egl-platforms=x11,wayland,drm --enable-gbm --enable-shared-glapi \
   --with-gallium-drivers=r300,r600,swrast,nouveau
 $ make && make install
 $ cd ..
 </pre>
 
-<p>We disable building the egl_gallium loader (<code>--disable-gallium-egl</code>)
-so that on Intel 915 and 965 hardware we avoid harmless error messages at
-runtime. The real
-<a href="http://www.freedesktop.org/wiki/Software/gallium/">Gallium</a>
-drivers will be built as DRI drivers, which egl_dri2 loader will load just fine.</p>
-
 <ul>
 <li><a href="mesa-configure.html">Example mesa configure output.</a></li>
 
-- 
2.7.2



More information about the wayland-devel mailing list