From: Yong Bakos <yba...@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 <yba...@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 _______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel