Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2018 11:42:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 232778] graphics/mesa-libs: Enable xatracker
Message-ID:  <bug-232778-7141-NOMlOkrKSK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232778-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232778-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232778

Jan Beich <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-patch

--- Comment #1 from Jan Beich <jbeich@FreeBSD.org> ---
configure.ac has the following which may break sparc64 and mips* (once it
satisfies USES=3Dcompiler:c++11-lib in Makefile.common).

if test "x$enable_xa" =3D xyes; then
    if test "x$with_gallium_drivers" =3D xswrast; then
       AC_MSG_ERROR([
          Building xa requires at least one non swrast gallium driver.
          If you are looking to use libxatracker.so with the VMware driver,
          make sure to include svga in the gallium drivers list, apart from
          enabling XA.
          Example: ./configure --enable-xa --with-gallium-drivers=3Dsvga...=
])
    fi
    gallium_st=3D"$gallium_st xa"
fi

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232778-7141-NOMlOkrKSK>