fix a merge error
This commit is contained in:
parent
18a75284bd
commit
e8c334b0c4
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2013/09/05 15:11:59 jsg Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2013/09/05 15:27:58 jsg Exp $
|
||||
.include <bsd.xconf.mk>
|
||||
|
||||
SUBDIR= rbug softpipe trace
|
||||
@ -7,8 +7,9 @@ SUBDIR= rbug softpipe trace
|
||||
SUBDIR+= llvmpipe radeonsi
|
||||
.endif
|
||||
|
||||
.if ${XENOCARA_BUILD_GALLIUM:L} == "yes" || ${XENOCARA_BUILD_GALLIUM} == "llvm" &&
|
||||
(${MACHINE} == i386 || ${MACHINE} == amd64 || ${MACHINE} == macppc || ${MACHINE} == sparc64)
|
||||
.if ${XENOCARA_BUILD_GALLIUM:L} == "yes" || ${XENOCARA_BUILD_GALLIUM} == "llvm" && \
|
||||
(${MACHINE} == i386 || ${MACHINE} == amd64 || ${MACHINE} == macppc || \
|
||||
${MACHINE} == sparc64)
|
||||
SUBDIR+= r300 r600
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user