2bf9bcd7b1
This is the libGL part of Mesa. MesaLib is a 3-D graphics library with an API which is very similar to that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the author makes no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc.
25 lines
545 B
Makefile
25 lines
545 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/01/03 14:32:17 pallegra Exp $
|
|
|
|
BUILDLINK_TREE+= gl
|
|
|
|
.if !defined(GL_BUILDLINK3_MK)
|
|
GL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gl+= gl>=7.7
|
|
BUILDLINK_PKGSRCDIR.gl?= ../../wip/gl
|
|
|
|
pkgbase:= gl
|
|
.include "../../mk/pkg-build-options.mk"
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.gl:Mdri)
|
|
.include "../../wip/gl/dri.mk"
|
|
.endif
|
|
|
|
.if !empty(MACHINE_PLATFORM:MNetBSD-[12].*)
|
|
.include "../../devel/pthread-stublib/buildlink3.mk"
|
|
.endif
|
|
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.endif # GL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gl
|