devel/pango: requires meson>=0.55.3
This commit is contained in:
parent
6b9997d6b1
commit
7bc29be424
2 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
|||
# $NetBSD: build.mk,v 1.11 2021/04/29 20:15:59 wiz Exp $
|
||||
# $NetBSD: build.mk,v 1.12 2021/08/15 09:28:57 rillig Exp $
|
||||
|
||||
TOOL_DEPENDS+= meson-[0-9]*:../../devel/meson
|
||||
MESON_REQD?= 0
|
||||
.for version in ${MESON_REQD}
|
||||
TOOL_DEPENDS+= meson>=${version}:../../devel/meson
|
||||
.endfor
|
||||
|
||||
CONFIGURE_DIRS?= .
|
||||
BUILD_DIRS?= ${CONFIGURE_DIRS}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.242 2021/07/29 19:30:35 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.243 2021/08/15 09:28:57 rillig Exp $
|
||||
|
||||
DISTNAME= pango-1.48.7
|
||||
CATEGORIES= devel fonts
|
||||
|
@ -21,6 +21,7 @@ SUBST_STAGE.wrksrc= pre-configure
|
|||
SUBST_FILES.wrksrc= output/utils/pango-view.sh
|
||||
SUBST_VARS.wrksrc= WRKSRC
|
||||
|
||||
MESON_REQD+= 0.55.3
|
||||
MESON_ARGS+= -Dcairo=enabled
|
||||
MESON_ARGS+= -Dfontconfig=enabled
|
||||
MESON_ARGS+= -Dintrospection=enabled
|
||||
|
|
Loading…
Reference in a new issue