Only build the gallium radeon winsys on i386/amd64 as
those are the only archs that currently use gallium radeon drivers. It should build anywhere that has the libdrm radeon headers installed. And while that should really be everywhere it isn't at the moment and won't be for release. It isn't clear why the radeon winsys in Mesa 10.4 didn't have the same problem. Found the hard way by todd@ on alpha.
This commit is contained in:
parent
f62222a305
commit
f149319ba0
@ -1,6 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1 2015/01/25 15:09:13 jsg Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2015/02/23 23:39:27 jsg Exp $
|
||||
|
||||
.if ${MACHINE} == i386 || ${MACHINE} == amd64
|
||||
SUBDIR= radeon
|
||||
.endif
|
||||
|
||||
build depend all install clean cleandir: _SUBDIRUSE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user