svn commit: r554927 - head/x11-drivers/xf86-video-amdgpu
Piotr Kubaj
pkubaj at FreeBSD.org
Thu Nov 12 01:18:38 UTC 2020
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
More information about the svn-ports-head
mailing list