pkgsrc/x11/xf86-video-savage/Makefile
wiz 65054fd55c Update to 2.3.7:
xf86-video-savage-2.3.7 provides a small bugfix for video playback
on MX/IX/SuperSavage (not sure if anyone noticed).

Otherwise just the usual catch-up to the ever-changing xserver, build
and run on 1.14, and default to EXA now that the xserver does not
support XAA anymore.

== Changes since 2.3.6 ==

Alexander Grothe (1):
      Drop miInitializeBackingStore() call

Dave Airlie (2):
      savage: move compat-api.h down to proper place.
      savage: fix default accel arch when built with no XAA

Tormod Volden (5):
      Really fix default accel arch when built with no XAA
      exa: Use exaGetPixmapFirstPixel() instead of devPrivate.ptr
      Fix building with TRACEON defined
      Fix video window height on MX/IX/SuperSavage
      xf86-video-savage: bump to version 2.3.7
2013-10-04 20:54:17 +00:00

30 lines
800 B
Makefile

# $NetBSD: Makefile,v 1.14 2013/10/04 20:54:17 wiz Exp $
DISTNAME= xf86-video-savage-2.3.7
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Modular Xorg S3 Savage video driver
CONFIGURE_ARGS+= --enable-dri
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
.endif
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../x11/randrproto/buildlink3.mk"
.include "../../x11/renderproto/buildlink3.mk"
.include "../../x11/videoproto/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"