aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesa-gallium-xa
diff options
context:
space:
mode:
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="" \