aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-06-05 22:39:15 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-06-06 00:27:21 +0000
commitc4651d70e20697ff818ebde9bff0aaf28e4ac2b4 (patch)
treeda2304d7664bfa859f416515211fcd93ce2cf991
parent54ef2d74994f046bd33a69abd1416c69c5b2ceb0 (diff)
downloadports-c4651d70e20697ff818ebde9bff0aaf28e4ac2b4.tar.gz
ports-c4651d70e20697ff818ebde9bff0aaf28e4ac2b4.zip
graphics/mesa-devel: chase IMPLIES_ comment after fcb5f1215dc0
(cherry picked from commit 1e116314449f7d0b19b1734cb201372a3a4c7abf)
-rw-r--r--graphics/mesa-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile
index 269cf4ad8147..717c9c528bc2 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -69,14 +69,14 @@ ${j}_VARS+= ${i}_DRIVERS+=${j:S/anv/intel/:S/hasvk/intel_&/:S/radv/amd/}
GALLIUM_DESC= Unified OpenGL drivers
crocus_DESC= Broadwater, Eaglelake, Ironlake, Sandybridge, Ivybridge, Haswell
-iris_DESC= Broadwell and newer
+iris_DESC= Broadwell and newer (implies OPENCL)
iris_IMPLIES= OPENCL
panfrost_DESC= Midgard, Bifrost
r600_DESC= R600, R700, Evergreen, Northern Islands (implies LLVM)
radeonsi_DESC= Southern Islands and newer (implies LLVM)
VULKAN_DESC= Vulkan drivers
-anv_DESC= Skylake and newer
+anv_DESC= Skylake and newer (implies OPENCL)
anv_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR}
anv_MESON_ON= ${"${ARCH:Mamd64}":?:-Dintel-rt=disabled} # https://gitlab.freedesktop.org/mesa/mesa/-/issues/10629
anv_IMPLIES= OPENCL