Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2020 01:18:38 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554927 - head/x11-drivers/xf86-video-amdgpu
Message-ID:  <202011120118.0AC1IcNL068339@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Nov 12 01:18:38 2020
New Revision: 554927
URL: https://svnweb.freebsd.org/changeset/ports/554927

Log:
  x11-drivers/xf86-video-amdgpu: enable on powerpc64le
  
  Works fine.

Modified:
  head/x11-drivers/xf86-video-amdgpu/Makefile

Modified: head/x11-drivers/xf86-video-amdgpu/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-amdgpu/Makefile	Thu Nov 12 00:49:25 2020	(r554926)
+++ head/x11-drivers/xf86-video-amdgpu/Makefile	Thu Nov 12 01:18:38 2020	(r554927)
@@ -21,8 +21,8 @@ LIB_DEPENDS=	libdrm_amdgpu.so:graphics/libdrm
 USES=		gl xorg-cat:driver
 USE_GL=		gbm
 # No amdgpu kernel driver on non-x86 and PC98.
-ONLY_FOR_ARCHS=	aarch64 i386 amd64
-ONLY_FOR_ARCHS_REASON=	KMS is required and currently only available on x86/arm64
+ONLY_FOR_ARCHS=	aarch64 i386 amd64 powerpc64le
+ONLY_FOR_ARCHS_REASON=	KMS is required and currently only available on x86/arm64/powerpc64le
 
 CONFIGURE_ARGS+=--disable-udev
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011120118.0AC1IcNL068339>