0699273d9e
Release notes: This is a bug fix release of Chips & Technologies DDX for X.Org X Server. There was an X Server crash bug with the Version 1.3 and older code when the code was converted for a newer vgaHW ABI. This affects devices older than the HiQVideo generation. This release fixes this particular issue. Please note that the code may not compile against X Server 1.20 since it no longer supports 24-bit color.
22 lines
614 B
Makefile
22 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.22 2019/02/16 18:17:12 wiz Exp $
|
|
|
|
DISTNAME= xf86-video-chips-1.4.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg Chips and Technologies video driver
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
|
|
|
|
.include "../../x11/modular-xorg-server/buildlink3.mk"
|
|
.include "../../x11/xorgproto/buildlink3.mk"
|
|
BUILDLINK_DEPMETHOD.libXext?= build
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|