Date: Sat, 15 Feb 2020 20:49:31 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526241 - head/graphics/mesa-dri Message-ID: <202002152049.01FKnVaY041523@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Sat Feb 15 20:49:31 2020 New Revision: 526241 URL: https://svnweb.freebsd.org/changeset/ports/526241 Log: Enable AMD drivers on arm64 Submitted by: andrew Differential Revision: https://reviews.freebsd.org/D23439 Modified: head/graphics/mesa-dri/Makefile Modified: head/graphics/mesa-dri/Makefile ============================================================================== --- head/graphics/mesa-dri/Makefile Sat Feb 15 20:43:46 2020 (r526240) +++ head/graphics/mesa-dri/Makefile Sat Feb 15 20:49:31 2020 (r526241) @@ -40,7 +40,7 @@ GALLIUM_DRIVERS= "" .endif VULKAN_DRIVERS= # -.if ${ARCH} == amd64 || ${ARCH} == i386 \ +.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 \ || ${ARCH} == powerpc || ${ARCH} == powerpc64 DRI_DRIVERS+= RADEON R200 GALLIUM_DRIVERS+= R300 R600 RADEONSI
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002152049.01FKnVaY041523>