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

Bill Spitzak spitzak at gmail.com
Wed Apr 27 18:24:11 UTC 2016


Seems quite likely to be correct.

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.


On Wed, Apr 27, 2016 at 6:44 AM, Yong Bakos <junk at humanoriented.com> 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>
> ---
>  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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20160427/d2a4f819/attachment.html>


More information about the wayland-devel mailing list