pkgsrc/graphics/glfw/buildlink3.mk
wiz e0e608ffb1 glfw: update to 3.3.8.
3.3.8

This is a bug fix release. It adds fixes for issues on all supported platforms.

3.3.7

This is a bug fix release. It adds fixes for issues on all supported platforms.

3.3.6

This is a bug fix release. It adds fixes for issues on Windows, macOS and X11.

3.3.5

This is a bug fix release. It adds fixes for issues on all supported platforms.
2022-08-22 19:19:51 +00:00

28 lines
597 B
Makefile

# $NetBSD: buildlink3.mk,v 1.3 2022/08/22 19:19:51 wiz Exp $
BUILDLINK_TREE+= glfw
.if !defined(GLFW_BUILDLINK3_MK)
GLFW_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.glfw+= glfw>=3.1.2
BUILDLINK_PKGSRCDIR.glfw?= ../../graphics/glfw
pkgbase:= glfw
.include "../../mk/pkg-build-options.mk"
.if ${PKG_BUILD_OPTIONS.glfw:Mx11}
. include "../../x11/libXrandr/buildlink3.mk"
.endif
.include "../../mk/bsd.fast.prefs.mk"
.if ${OPSYS} != "Darwin"
. include "../../graphics/MesaLib/buildlink3.mk"
. include "../../graphics/glu/buildlink3.mk"
.endif
.endif # GLFW_BUILDLINK3_MK
BUILDLINK_TREE+= -glfw