1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Add intel driver to VIDEO_OFF and check for conflict with i810.

Suggested by:	Oliver Schonefeld
This commit is contained in:
Florent Thoumie 2007-08-29 11:40:01 +00:00
parent 7cc3a0cbf1
commit b775ccae39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198488

View File

@ -7,7 +7,7 @@
PORTNAME= xorg-drivers
PORTVERSION= 7.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-drivers
MASTER_SITES= # none
DISTFILES= # none
@ -34,7 +34,7 @@ VIDEO_OFF= apm ark \
dummy \
fbdev \
glint \
i128 i740 imstt \
i128 i740 imstt intel \
mga \
neomagic newport nsc \
rendition \
@ -73,6 +73,10 @@ OPTIONS+= ${i:U} "Install ${i} ${type} driver" ${default}
.include <bsd.port.pre.mk>
.if defined(WITH_INTEL) && !defined(WITHOUT_I810)
IGNORE= You can't choose both i810 and intel drivers as they are conflicting
.endif
.for default in on off
. for type in input video
. for i in ${${type:U}_${default:U}}