f4402d59e4
Adam Jackson (2): Remove useless loader symbol lists. glint 1.2.3 Alan Coopersmith (2): Remove xorgconfig & xorgcfg from See Also list in man page Add README with pointers to mailing list, bugzilla & git repos Mark Kettenis (5): Fix for big-endian machines. Only map a 64k block of registers. Fix DDC probe. Disable int10 code if __sparc__. Don't set the default depth to 8bpp. Dave Airlie (3): glint: update for resources/RAC API removal glint: change to using ABI version check glint: bump for release 1.2.4 Peter Hutterer (1): Update to xextproto 7.1 support.
28 lines
797 B
Makefile
28 lines
797 B
Makefile
# $NetBSD: Makefile,v 1.8 2009/08/09 22:33:07 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xf86-video-glint-1.2.4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg GLINT/Permedia video driver
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFIGURE_ARGS+= --enable-dri
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.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 "../../x11/xf86dgaproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|