freebsd-ports/graphics/libxatracker/Makefile
Niclas Zeising 58760ada9d Bump remaining mesa ports after llvm version change
Bump these mesa ports as well, to ensure that they are rebuilt with the
correct llvm port.
This was missed in r513776

PR:		239682
MFH:		2019Q4 (implicit, fix for earlier commits)
2019-10-04 22:14:03 +00:00

37 lines
852 B
Makefile

# Created by: johalun
# $FreeBSD$
PORTNAME= libxatracker
PORTVERSION= ${MESAVERSION}
PORTREVISION= 1
CATEGORIES= graphics
COMMENT= Mesa XA state tracker
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
CONFIGURE_ARGS+= --disable-dri \
--disable-egl \
--disable-gbm \
--disable-gles2 \
--disable-glx \
--disable-opengl \
--disable-shared-glapi \
--with-gallium-drivers= \
--with-platforms=
MESA_BUILD_WRKSRC= src/util src/compiler
LDFLAGS_i386= -Wl,-znotext
CONFIGURE_ARGS+= --enable-xa
MESA_BUILD_WRKSRC+= src/gallium
MESA_INSTALL_WRKSRC= src/gallium/state_trackers/xa src/gallium/targets/xa
.include "${MASTERDIR}/Makefile.targets"
.include <bsd.port.post.mk>