[Bug 232778] graphics/mesa-libs: Enable xatracker

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 29 11:42:40 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232778

Jan Beich <jbeich at FreeBSD.org> changed:

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

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

if test "x$enable_xa" = xyes; then
    if test "x$with_gallium_drivers" = 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=svga...])
    fi
    gallium_st="$gallium_st xa"
fi

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


More information about the freebsd-x11 mailing list