pkgsrc/x11/xf86-video-vmware/Makefile
wiz 94225103d0 xf86-video-vmware: update to 13.3.0.
This release provides dri3 support for recent mesa (XA version 2.4+),
build support for xserver 1.20,
a number of compilation warning fixes,
removal of old Xwayland and Xmir support,
and a couple of minor bug fixes.

Note that linux distros that choose to not compile in kernel
modesetting- and 3D should avoid enabling the vmwgfx linux kernel
module.

As usual, the release is intended to be usable even with old X servers,
but testing for older servers (xserver 1.0+) has been limited to
compile-testing only.
Dedicated functionality testing has been run on xserver 1.19.99 series.
2018-05-19 00:52:34 +00:00

40 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.28 2018/05/19 00:52:34 wiz Exp $
DISTNAME= xf86-video-vmware-13.3.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Modular Xorg VMware virtual video driver
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
ONLY_FOR_PLATFORM+= *-*-i386 *-*-x86_64
PKG_OPTIONS_VAR= PKG_OPTIONS.xf86-video-vmware
PKG_SUPPORTED_OPTIONS= xatracker
PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mxatracker)
CFLAGS+= -fPIC
BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=11
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../lang/libLLVM/buildlink3.mk"
.else
pre-configure:
find ${BUILDLINK_DIR} -name xatracker.pc -delete
.endif
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../x11/xorgproto/buildlink3.mk"
BUILDLINK_DEPMETHOD.libXext?= build
.include "../../x11/libXext/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"