[Bug 232778] graphics/mesa-libs: Enable xatracker
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232778 Jan Beich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-patch --- Comment #1 from Jan Beich <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"