gdk-pixbuf2: remove gmake dependency, set PYTHON_FOR_BUILD_ONLY

This commit is contained in:
nia 2021-04-12 11:33:16 +00:00
parent b58a94bb7d
commit 331e1de171

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.45 2020/03/08 16:47:46 wiz Exp $
# $NetBSD: Makefile,v 1.46 2021/04/12 11:33:16 nia Exp $
DISTNAME= gdk-pixbuf-${PIXBUF2_VERSION}
PKGNAME= ${DISTNAME:S/pixbuf/pixbuf2/}
@ -16,7 +16,7 @@ CONFLICTS+= gtk2+<2.22
.include "../../graphics/gdk-pixbuf2/Makefile.version"
USE_TOOLS+= gmake pkg-config xgettext
USE_TOOLS+= pkg-config xgettext
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gdk-pixbuf
MESON_ARGS+= -D installed_tests=false
@ -26,6 +26,7 @@ PKGCONFIG_OVERRIDE_STAGE= pre-install
PKGCONFIG_OVERRIDE= output/meson-private/gdk-pixbuf-2.0.pc
PYTHON_VERSIONS_INCOMPATIBLE= 27
PYTHON_FOR_BUILD_ONLY= tool
.include "../../lang/python/pyversion.mk"