mga release to fix XAA loading and running. Alan Coopersmith (1): Remove mga_esc.c vestigal stub Andy MacLean (1): Unbreak dual head (xinerama) Dave Airlie (2): mga: fix XAA runtime mga: bump release to 1.6.3 Egbert Eich (3): Disable Linear Expansion on BE Restructure code to make it more readable Disable HW cursor by default on G200 server chips Julien Cristau (1): Restrict kernel driver matching to g200 server chips Tormod Volden (2): Fix dual head crash without XAA mga: Use exaGetPixmapFirstPixel() instead of devPrivate.ptr
30 lines
794 B
Makefile
30 lines
794 B
Makefile
# $NetBSD: Makefile,v 1.15 2013/12/11 19:58:03 wiz Exp $
|
|
|
|
DISTNAME= xf86-video-mga-1.6.3
|
|
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
|
|
|
|
.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"
|