Skip to content

Commit

Permalink
graphics/mesa-gallium-xa: Cleanup
Browse files Browse the repository at this point in the history
- Specify license directly in this port.
- Order ONLY_FOR_ARCH

Sponsored by:   Beckhoff Automation GmbH & Co. KG
  • Loading branch information
evadot committed Dec 8, 2022
1 parent 6fc7721 commit 4ef5f4f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions graphics/mesa-gallium-xa/Makefile
Expand Up @@ -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
Expand All @@ -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="" \
Expand Down

0 comments on commit 4ef5f4f

Please sign in to comment.