23b066b308
- Added Support for RS600, preliminary RV670. - Allows panning in RandR mode. - Preliminary (read: untested) support for HDMI connectors. - Now builds against the latest upstream X.Org code in git. - Lots of bugfixes, e.g. - Better monitor detection. - Gamma + palette fixes. - Mode stability + textmode restore. - RandR mode selection fixes.
24 lines
651 B
Makefile
24 lines
651 B
Makefile
# $NetBSD: Makefile,v 1.4 2007/12/21 16:57:13 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= xf86-video-radeonhd-1.1.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/driver/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://ati.amd.com/
|
|
COMMENT= Modular X.org driver for Radeon HD series
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
.include "../../x11/modular-xorg-server/buildlink3.mk"
|
|
.include "../../x11/randrproto/buildlink3.mk"
|
|
.include "../../x11/renderproto/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|