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

Bryce Harrington bryce at osg.samsung.com
Wed Apr 27 19:40:52 UTC 2016


On Wed, Apr 27, 2016 at 08:44:24AM -0500, Yong Bakos wrote:
> 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>

Pushed.  Also made the corresponding change to w-b-t.

Thanks,
Bryce

> ---
>  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 at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel


More information about the wayland-devel mailing list