Return to buildlink3.mk CVS log | Up to [cvs.NetBSD.org] / pkgsrc / fonts / SDL2_ttf |
SDL2_ttf: update to 2.20.2. Force usage of freetype2 and harfbuzz from pkgsrc, instead of using included copies Changes: This is a stable bugfix release, with the following changes: Fixed building from source without running autogen.sh
# $NetBSD: buildlink3.mk,v 1.14 2023/02/14 16:04:12 wiz Exp $ BUILDLINK_TREE+= SDL2_ttf .if !defined(SDL2_TTF_BUILDLINK3_MK) SDL2_TTF_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.SDL2_ttf+= SDL2_ttf>=2.0.12 BUILDLINK_ABI_DEPENDS.SDL2_ttf+= SDL2_ttf>=2.20.2 BUILDLINK_PKGSRCDIR.SDL2_ttf?= ../../fonts/SDL2_ttf .include "../../devel/SDL2/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../fonts/harfbuzz/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .endif # SDL2_TTF_BUILDLINK3_MK BUILDLINK_TREE+= -SDL2_ttf