290e67360e
build the Gallium3D software rasterizer as part of the libGL. Note that it can also makes use of LLVM to build the llvmpipe if the corresponding port is installed. Please refer to the README for a more complete documentation. Prodded by ajacoutot@, ok matthieu@
13 lines
287 B
Makefile
13 lines
287 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/04/14 10:23:04 mpi Exp $
|
|
.include <bsd.xconf.mk>
|
|
|
|
SUBDIR= libmesa
|
|
|
|
.if ${XENOCARA_BUILD_GALLIUM:L} == "yes" || ${XENOCARA_BUILD_GALLIUM} == "llvm"
|
|
SUBDIR+= libmesagallium
|
|
.endif
|
|
|
|
build depend all install clean cleandir: _SUBDIRUSE
|
|
|
|
.include <bsd.xorg.mk>
|