This release adds chip names for the GeForce 9 mobile chips and the GeForce GTX GPUs. It also adds code to read DDC-based EDIDs for LVDS panels that have such a thing. - -- Aaron Aaron Plattner (9): GeForce 9 mobile chips. GeForce GTX 280 and 260 chip names. Replace copyright notices with stock MIT X11 boilerplate. Add new chips to the man page and fix capitalization of "Quadro". Add a note that MODE_PANEL really means "larger than BIOS-programmed panel size". G80: Handle extended I2C ports and LVDS panels with DDC-based EDIDs. Fix build by using CARD32 instead of uint32_t, like we do everywhere else. More G8x chips. Bump to 2.1.10.
33 lines
1,017 B
Makefile
33 lines
1,017 B
Makefile
# $NetBSD: Makefile,v 1.11 2008/07/29 21:11:24 wiz Exp $
|
|
|
|
DISTNAME= xf86-video-nv-2.1.10
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg NVIDIA video driver
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/modular-xorg-server/buildlink3.mk"
|
|
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../x11/fontsproto/buildlink3.mk"
|
|
.include "../../x11/glproto/buildlink3.mk"
|
|
.include "../../x11/libdrm/buildlink3.mk"
|
|
.include "../../x11/randrproto/buildlink3.mk"
|
|
.include "../../x11/renderproto/buildlink3.mk"
|
|
.include "../../x11/videoproto/buildlink3.mk"
|
|
.include "../../x11/xf86driproto/buildlink3.mk"
|
|
.include "../../x11/xf86miscproto/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
.include "../../x11/xineramaproto/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|