597dae8ada
- Added support for RV740, M92, M93, M97. - Added support for HDMI audio on RS690 and R700. - Added support for power management. - Implemented almost correct analysis of PowerPlay AtomBIOS tables. - 2D acceleration (EXA) is enabled by default now, except on RV740. - Backlight handling finally fixed - compatible with xbacklight 1.1.1. - Overhaul of memory controller setup. Fixes many "MC not idle" issues. - Overhaul of cursor handling. Fixes most cursor bugs. - Selectable color space for XVideo on R6xx/R7xx. - Tons of bug fixes (DDC, EXA, LUT, RandR, AtomBIOS). - More quirk table entries. - Shave support (cleaner compilation output). - All warnings fixed. - Some start of Developer's documentation in README.coding.
28 lines
817 B
Makefile
28 lines
817 B
Makefile
# $NetBSD: Makefile,v 1.15 2009/10/14 18:50:20 hasso Exp $
|
|
#
|
|
|
|
DISTNAME= xf86-video-radeonhd-1.3.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://wiki.x.org/wiki/radeonhd
|
|
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
|
|
|
|
CONFIGURE_ENV+= ac_cv_file___src_AtomBios_includes_atombios_h=yes
|
|
CONFIGURE_ENV+= ac_cv_file___src_AtomBios_includes_Decoder_h=yes
|
|
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.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"
|