pkgsrc/x11/xf86-video-ati/Makefile
wiz 382509e96b xf86-video-ati: update to 19.0.1.
This is a bug-fix release, with only three changes:

* Fixes for two regressions which crept into the 19.0.0 release.
* Add support for RandR output tile properties, allowing monitors using
  DisplayPort Multi Stream Transport tiling to work better out of the
  box. (Note that DP MST support in the radeon kernel driver is still
  experimental and disabled by default)

Thanks to everybody who contributed to this release in any way!


Dave Airlie (1):
      modesetting: add tile property support

Michel Dänzer (3):
      Revert "glamor: Avoid glamor_create_pixmap for pixmaps backing windows"
      Use radeon_finish in drmmode_crtc_scanout_update
      Bump version for 19.0.1 release
2019-03-19 23:51:46 +00:00

32 lines
853 B
Makefile

# $NetBSD: Makefile,v 1.49 2019/03/19 23:51:46 wiz Exp $
DISTNAME= xf86-video-ati-19.0.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 ATI Radeon video driver
LICENSE= mit AND x11
CONFIGURE_ARGS+= --enable-dri
CONFLICTS+= xf86-video-ati6-[0-9]*
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_TOOLS+= gmake pkg-config
CONFIGURE_ARGS+= --enable-glamor
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
BUILDLINK_API_DEPENDS.modular-xorg-server+= modular-xorg-server>=1.18.1
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
BUILDLINK_API_DEPENDS.libdrm+= libdrm>=2.4.58
.include "../../x11/libdrm/buildlink3.mk"
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"