pkgsrc/x11/xf86-video-radeonhd/Makefile
abs 82095c9215 Updated x11/xf86-video-radeonhd to 1.2.4
- Added HDMI support.
- Added support for RV710, RV730 (DCE 3.2).
- Added screen rotation support.
- Added RandR 1.3 panning support.
- Many acceleration and build fixes.

Currently running on my T60p (Though cannot see any difference from 1.2.3)
2009-01-28 23:27:28 +00:00

28 lines
815 B
Makefile

# $NetBSD: Makefile,v 1.11 2009/01/28 23:27:28 abs Exp $
#
DISTNAME= xf86-video-radeonhd-1.2.4
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"