<div dir="ltr">Seems quite likely to be correct.<div><br></div><div>Note that I got these instructions from some other Wayland build instructions and it is quite possible it worked without this switch even in old versions.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 27, 2016 at 6:44 AM, Yong Bakos <span dir="ltr"><<a href="mailto:junk@humanoriented.com" target="_blank">junk@humanoriented.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">From: Yong Bakos <<a href="mailto:ybakos@humanoriented.com">ybakos@humanoriented.com</a>><br>
<br>
Using --disable-gallium-egl generates a warning when running autogen.sh,<br>
because the option has been deprecated. See:<br>
<br>
<a href="https://bugzilla.redhat.com/show_bug.cgi?id=1128372" rel="noreferrer" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=1128372</a><br>
<br>
Signed-off-by: Yong Bakos <<a href="mailto:ybakos@humanoriented.com">ybakos@humanoriented.com</a>><br>
---<br>
 building.html | 8 +-------<br>
 1 file changed, 1 insertion(+), 7 deletions(-)<br>
<br>
diff --git a/building.html b/building.html<br>
index b5a83dc..a669e31 100644<br>
--- a/building.html<br>
+++ b/building.html<br>
@@ -163,19 +163,13 @@ more recent releases.</p><br>
 <pre><br>
 $ git clone <a href="<a href="http://cgit.freedesktop.org/mesa/mesa" rel="noreferrer" target="_blank">http://cgit.freedesktop.org/mesa/mesa</a>">git://<a href="http://anongit.freedesktop.org/mesa/mesa" rel="noreferrer" target="_blank">anongit.freedesktop.org/mesa/mesa</a></a><br>
 $ cd mesa<br>
-$ ./autogen.sh --prefix=$WLD --enable-gles2 --disable-gallium-egl \<br>
+$ ./autogen.sh --prefix=$WLD --enable-gles2 \<br>
   --with-egl-platforms=x11,wayland,drm --enable-gbm --enable-shared-glapi \<br>
   --with-gallium-drivers=r300,r600,swrast,nouveau<br>
 $ make &amp;&amp; make install<br>
 $ cd ..<br>
 </pre><br>
<br>
-<p>We disable building the egl_gallium loader (<code>--disable-gallium-egl</code>)<br>
-so that on Intel 915 and 965 hardware we avoid harmless error messages at<br>
-runtime. The real<br>
-<a href="<a href="http://www.freedesktop.org/wiki/Software/gallium/" rel="noreferrer" target="_blank">http://www.freedesktop.org/wiki/Software/gallium/</a>">Gallium</a><br>
-drivers will be built as DRI drivers, which egl_dri2 loader will load just fine.</p><br>
-<br>
 <ul><br>
 <li><a href="mesa-configure.html">Example mesa configure output.</a></li><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
2.7.2<br>
<br>
_______________________________________________<br>
wayland-devel mailing list<br>
<a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/wayland-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
</font></span></blockquote></div><br></div>