Build r200 and r300 dri drivers on macppc too.
ok matthieu@
This commit is contained in:
parent
6749d5bda0
commit
8aa8224279
@ -1,9 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.12 2011/10/23 13:57:36 matthieu Exp $
|
# $OpenBSD: Makefile,v 1.13 2012/08/29 12:52:39 mpi Exp $
|
||||||
|
|
||||||
SUBDIR= swrast
|
SUBDIR= swrast
|
||||||
|
|
||||||
.if ${MACHINE} == i386 || ${MACHINE} == amd64
|
.if ${MACHINE} == i386 || ${MACHINE} == amd64
|
||||||
SUBDIR+= i810 i915 i965 radeon r200 r300 r600
|
SUBDIR+= i810 i915 i965 radeon r200 r300 r600
|
||||||
|
.elif ${MACHINE} == macppc
|
||||||
|
SUBDIR+= r200 r300
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
build depend all install clean cleandir: _SUBDIRUSE
|
build depend all install clean cleandir: _SUBDIRUSE
|
||||||
|
Loading…
Reference in New Issue
Block a user