pkgsrc/x11/xf86-video-vmware/Makefile

42 lines
1.1 KiB
Makefile
Raw Normal View History

Updated xf86-video-vmware to 13.2.1. This release provides support for adapting to a desktop configuration (read VMware GUI configuration) exposed using drm connectors rather than using RandR12+. Since this is the way gnome-shell/Wayland adapts to a desktop configuration this driver can coexist with an auto-fit multimonitor VMware gnome-shell/Wayland configuration and therefore enables future open-vm-tools versions to expose GUI configuration changes through drm connectors at system start-up time without using the xorg driver as a proxy. It also contains a compilation fix for ABI 23 from Hans de Goede. This driver is targeted for new distro releases with X coexisting with gnome-shell/Wayland. Although it's been fairly well tested there might be regressions and therefore it's not suitable for LTS-type release updates. Hans de Goede (1): Adapt Block/WakeupHandler signature for ABI 23 Thomas Hellstrom (11): vmware/vmwgfx: Expose kernel connector attributes and react to hotplug events vmware/vmwgfx: Add missing includes of the config.h header. vmware/vmwgfx: Update RandR output properties on hotplug events v2 vmware/vmwgfx: Add a layout handler v2 vmware/vmwgfx: Avoid filling the log with modeline printouts vmware/vmwgfx: Read the implicit output status from KMS if available. vmware/vmwgfx: Disable autolayout if we detect an old resolutionset vmware/vmwgfx: Don't require screen objects to run vmware: Bump minor to signal availability of new features vmware/vmwgfx: Add a missing source file for distribution Bump minor for release.
2016-11-18 09:07:47 +01:00
# $NetBSD: Makefile,v 1.26 2016/11/18 08:07:47 wiz Exp $
Updated xf86-video-vmware to 13.2.1. This release provides support for adapting to a desktop configuration (read VMware GUI configuration) exposed using drm connectors rather than using RandR12+. Since this is the way gnome-shell/Wayland adapts to a desktop configuration this driver can coexist with an auto-fit multimonitor VMware gnome-shell/Wayland configuration and therefore enables future open-vm-tools versions to expose GUI configuration changes through drm connectors at system start-up time without using the xorg driver as a proxy. It also contains a compilation fix for ABI 23 from Hans de Goede. This driver is targeted for new distro releases with X coexisting with gnome-shell/Wayland. Although it's been fairly well tested there might be regressions and therefore it's not suitable for LTS-type release updates. Hans de Goede (1): Adapt Block/WakeupHandler signature for ABI 23 Thomas Hellstrom (11): vmware/vmwgfx: Expose kernel connector attributes and react to hotplug events vmware/vmwgfx: Add missing includes of the config.h header. vmware/vmwgfx: Update RandR output properties on hotplug events v2 vmware/vmwgfx: Add a layout handler v2 vmware/vmwgfx: Avoid filling the log with modeline printouts vmware/vmwgfx: Read the implicit output status from KMS if available. vmware/vmwgfx: Disable autolayout if we detect an old resolutionset vmware/vmwgfx: Don't require screen objects to run vmware: Bump minor to signal availability of new features vmware/vmwgfx: Add a missing source file for distribution Bump minor for release.
2016-11-18 09:07:47 +01:00
DISTNAME= xf86-video-vmware-13.2.1
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
2010-02-13 13:01:31 +01:00
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
2016-02-26 11:57:45 +01:00
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
Updated xf86-video-vmware to 13.2.1. This release provides support for adapting to a desktop configuration (read VMware GUI configuration) exposed using drm connectors rather than using RandR12+. Since this is the way gnome-shell/Wayland adapts to a desktop configuration this driver can coexist with an auto-fit multimonitor VMware gnome-shell/Wayland configuration and therefore enables future open-vm-tools versions to expose GUI configuration changes through drm connectors at system start-up time without using the xorg driver as a proxy. It also contains a compilation fix for ABI 23 from Hans de Goede. This driver is targeted for new distro releases with X coexisting with gnome-shell/Wayland. Although it's been fairly well tested there might be regressions and therefore it's not suitable for LTS-type release updates. Hans de Goede (1): Adapt Block/WakeupHandler signature for ABI 23 Thomas Hellstrom (11): vmware/vmwgfx: Expose kernel connector attributes and react to hotplug events vmware/vmwgfx: Add missing includes of the config.h header. vmware/vmwgfx: Update RandR output properties on hotplug events v2 vmware/vmwgfx: Add a layout handler v2 vmware/vmwgfx: Avoid filling the log with modeline printouts vmware/vmwgfx: Read the implicit output status from KMS if available. vmware/vmwgfx: Disable autolayout if we detect an old resolutionset vmware/vmwgfx: Don't require screen objects to run vmware: Bump minor to signal availability of new features vmware/vmwgfx: Add a missing source file for distribution Bump minor for release.
2016-11-18 09:07:47 +01:00
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/randrproto/buildlink3.mk"
BUILDLINK_DEPMETHOD.libXext?= build
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/xineramaproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"