aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesa-gallium-xa
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-12-08 16:11:57 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2022-12-08 19:00:36 +0000
commit4ef5f4f3f1dfe60509f65f6413431d2f4ded5635 (patch)
treefa94db6e89737f8002ebabf4f32b17330737557a /graphics/mesa-gallium-xa
parent6fc772111e302eb8a129725b0c2f7ea629bd3982 (diff)
downloadports-4ef5f4f3f1dfe60509f65f6413431d2f4ded5635.tar.gz
ports-4ef5f4f3f1dfe60509f65f6413431d2f4ded5635.zip
Diffstat (limited to 'graphics/mesa-gallium-xa')
-rw-r--r--graphics/mesa-gallium-xa/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/mesa-gallium-xa/Makefile b/graphics/mesa-gallium-xa/Makefile
index 07026c764bbe..ed3a9b174157 100644
--- a/graphics/mesa-gallium-xa/Makefile
+++ b/graphics/mesa-gallium-xa/Makefile
@@ -5,6 +5,12 @@ CATEGORIES= graphics
COMMENT= Mesa Gallium XA state tracker
WWW= https://www.mesa3d.org/
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/docs/license.rst
+
+ONLY_FOR_ARCHS= amd64 i386
+ONLY_FOR_ARCHS_REASON= used only by VMware supported architectures
+
LIB_DEPENDS= libLLVM-${LLVM_DEFAULT}.so:devel/llvm${LLVM_DEFAULT}
USES= xorg
@@ -13,9 +19,6 @@ USE_XORG= xorgproto
.include <bsd.port.options.mk>
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"
-ONLY_FOR_ARCHS= i386 amd64
-ONLY_FOR_ARCHS_REASON= used only by VMware supported architectures
-
MESON_ARGS+= -Ddri-drivers="" \
-Dgallium-drivers="svga" \
-Dvulkan-drivers="" \