Adam Jackson (2): Enable write-combining on the framebuffer BAR Adapt Block/WakeupHandler signature for ABI 23 Connor Behan (2): Remove DownloadFromScreen Composite fixup Mathieu Larouche (2): xf86-video-mga: Add support for a new G200eW3 chipset xf86-video-mga: Add support for the new G200e chipset -- V2 Matt Turner (1): xf86-video-mga 1.6.5 Matthew Rezny (1): MGA DDX: make it possible to find EXA support Thomas Klausner (1): Use correct type in function call.
25 lines
687 B
Makefile
25 lines
687 B
Makefile
# $NetBSD: Makefile,v 1.23 2017/01/18 18:26:41 wiz Exp $
|
|
|
|
DISTNAME= xf86-video-mga-1.6.5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg Matrox video driver
|
|
|
|
CONFIGURE_ARGS+= --enable-dri
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
|
|
|
|
.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"
|