aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesa-devel
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-04-29 20:38:31 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-04-29 20:39:03 +0000
commit3b4165de2a6af6ce374f217abffe8afe00f53820 (patch)
tree5318ddb53558da6f3075451384a3550e8cca0b74 /graphics/mesa-devel
parentdbdbac0926f9d7d7d00e3fde6d58ac2db12300eb (diff)
downloadports-3b4165de2a6af6ce374f217abffe8afe00f53820.tar.gz
ports-3b4165de2a6af6ce374f217abffe8afe00f53820.zip
graphics/mesa-devel: enable VKLAYERS on aarch64 after 43368012166f
Diffstat (limited to 'graphics/mesa-devel')
-rw-r--r--graphics/mesa-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile
index 2b12c458f94b..fa5f2f7f9533 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -113,7 +113,7 @@ VDPAU_IMPLIES= X11
VKLAYERS_DESC= Vulkan layers: ${VKLAYERS_MESON_ON:C/.*=//} (implies ${VKLAYERS_IMPLIES})
VKLAYERS_BUILD_DEPENDS= glslangValidator:graphics/glslang
VKLAYERS_MESON_ON= -Dvulkan-layers=device-select,overlay
-VKLAYERS_IMPLIES= ${"${PORT_OPTIONS:Mradv}":?radv:anv} # any from OPTIONS_GROUP_VULKAN
+VKLAYERS_IMPLIES= ${"${PORT_OPTIONS:Manv}":?anv:radv} # any from OPTIONS_GROUP_VULKAN
WAYLAND_BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols
WAYLAND_LIB_DEPENDS= libwayland-server.so:graphics/wayland