don't build a bunch of drivers for xorg-server 1.18 and x86:
xf86-video-apm xf86-video-ark xf86-video-ast xf86-video-chips xf86-video-cirrus xf86-video-cirrus_alpine xf86-video-cirrus_laguna xf86-video-glint xf86-video-i128 xf86-video-i740 xf86-video-intel-old xf86-video-mach64 xf86-video-mga xf86-video-neomagic xf86-video-s3 xf86-video-s3virge xf86-video-tdfx xf86-video-tseng xf86-video-xgi some of them could be ported. future work!
This commit is contained in:
parent
45fc8a47de
commit
71ae4d9714
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.75 2015/11/06 21:32:22 szptvlfn Exp $
|
||||
# $NetBSD: Makefile,v 1.76 2016/08/16 07:20:25 mrg Exp $
|
||||
|
||||
# xf86-input drivers
|
||||
|
||||
|
@ -26,48 +26,52 @@ SUBDIR+= \
|
|||
.if ${MACHINE_ARCH} == "i386" || \
|
||||
${MACHINE_ARCH} == "x86_64"
|
||||
SUBDIR+= \
|
||||
xf86-video-apm \
|
||||
xf86-video-ark \
|
||||
xf86-video-ast \
|
||||
xf86-video-ati \
|
||||
xf86-video-chips \
|
||||
xf86-video-cirrus \
|
||||
xf86-video-cirrus_alpine \
|
||||
xf86-video-cirrus_laguna \
|
||||
xf86-video-glint \
|
||||
xf86-video-i128 \
|
||||
xf86-video-i740
|
||||
|
||||
# needs porting for xorg-server 1.6
|
||||
# xf86-video-imstt \
|
||||
|
||||
SUBDIR+= \
|
||||
xf86-video-intel \
|
||||
xf86-video-intel-old \
|
||||
xf86-video-mach64 \
|
||||
xf86-video-mga \
|
||||
xf86-video-neomagic \
|
||||
xf86-video-nv \
|
||||
xf86-video-nouveau \
|
||||
xf86-video-openchrome \
|
||||
xf86-video-r128 \
|
||||
xf86-video-radeon \
|
||||
xf86-video-radeon-kms \
|
||||
xf86-video-s3 \
|
||||
xf86-video-s3virge \
|
||||
xf86-video-savage \
|
||||
xf86-video-siliconmotion \
|
||||
xf86-video-sis \
|
||||
xf86-video-tdfx \
|
||||
xf86-video-tga \
|
||||
xf86-video-trident \
|
||||
xf86-video-tseng \
|
||||
xf86-video-vmware \
|
||||
xf86-video-vesa \
|
||||
xf86-video-wsfb \
|
||||
xf86-video-xgi
|
||||
xf86-video-wsfb
|
||||
|
||||
# needs porting for xorg-server 1.6
|
||||
# xf86-video-imstt
|
||||
# xf86-video-rendition
|
||||
|
||||
# needs porting for xorg-server 1.18
|
||||
.if ${XORG_SERVER_SUBDIR} == "xorg-server.old"
|
||||
SUBDIR+= \
|
||||
xf86-video-apm \
|
||||
xf86-video-ark \
|
||||
xf86-video-ast \
|
||||
xf86-video-chips \
|
||||
xf86-video-cirrus \
|
||||
xf86-video-cirrus_alpine \
|
||||
xf86-video-cirrus_laguna \
|
||||
xf86-video-glint \
|
||||
xf86-video-i128 \
|
||||
xf86-video-i740 \
|
||||
xf86-video-intel-old \
|
||||
xf86-video-mach64 \
|
||||
xf86-video-mga \
|
||||
xf86-video-neomagic \
|
||||
xf86-video-s3 \
|
||||
xf86-video-s3virge \
|
||||
xf86-video-tdfx \
|
||||
xf86-video-tseng \
|
||||
xf86-video-xgi
|
||||
|
||||
.endif # ${XORG_SERVER_SUBDIR} == "xorg-server.old"
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
SUBDIR+= \
|
||||
xf86-video-geode
|
||||
|
|
Loading…
Reference in New Issue