mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Move ATI driver to be specific to x86. This fixes the xorg build for arm
and sparc64. PR: 196858 Submitted by: linimon Reviewed by: sbruno Approved by: maintainer timeout
This commit is contained in:
parent
7f1198aade
commit
cc41e2f7ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379680
@ -30,8 +30,7 @@ INPUT_DRIVERS= mouse \
|
||||
void \
|
||||
wacom
|
||||
|
||||
VIDEO_DRIVERS= ati \
|
||||
mach64 \
|
||||
VIDEO_DRIVERS= mach64 \
|
||||
nv \
|
||||
r128 \
|
||||
vesa \
|
||||
@ -60,7 +59,6 @@ VIDEO_DRIVERS= ati \
|
||||
|
||||
OPTIONS_DEFAULT= MOUSE \
|
||||
KEYBOARD \
|
||||
ATI \
|
||||
MACH64 \
|
||||
NV \
|
||||
R128 \
|
||||
@ -73,8 +71,8 @@ ${a:tu}_DESC= Install ${a} ${type} driver
|
||||
. endfor
|
||||
.endfor
|
||||
|
||||
OPTIONS_DEFINE_i386= INTEL OPENCHROME
|
||||
OPTIONS_DEFAULT_i386= INTEL OPENCHROME
|
||||
OPTIONS_DEFINE_i386= ATI INTEL OPENCHROME
|
||||
OPTIONS_DEFAULT_i386= ATI INTEL OPENCHROME
|
||||
|
||||
OPTIONS_DEFINE_amd64:= ${OPTIONS_DEFINE_i386}
|
||||
OPTIONS_DEFAULT_amd64:= ${OPTIONS_DEFAULT_i386}
|
||||
@ -85,6 +83,7 @@ OPTIONS_DEFAULT_sparc64=SUNFFB
|
||||
OPTIONS_DEFINE_ia64= OPENCHROME
|
||||
OPTIONS_DEFAULT_ia64= OPENCHROME
|
||||
|
||||
ATI_DESC= Install ati video driver
|
||||
INTEL_DESC= Install intel video driver
|
||||
OPENCHROME_DESC= Install openchrome video driver
|
||||
SUNFFB_DESC= Install sunffb video driver
|
||||
@ -96,7 +95,7 @@ QUIRKS= keyboard:kbd
|
||||
|
||||
# Manual add arch specific drivers so they be added to depend lines.
|
||||
.if ${ARCH}==i386 || ${ARCH}==amd64
|
||||
VIDEO_DRIVERS+= intel openchrome
|
||||
VIDEO_DRIVERS+= ati intel openchrome
|
||||
.endif
|
||||
|
||||
.if ${ARCH}==sparc64
|
||||
|
Loading…
Reference in New Issue
Block a user