pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libpeas libpeas: make python dependencies explicit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f932838364b1
branches:  trunk
changeset: 450200:f932838364b1
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Apr 12 13:31:13 2021 +0000

description:
libpeas: make python dependencies explicit

diffstat:

 devel/libpeas/Makefile |  12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r 57080c00e335 -r f932838364b1 devel/libpeas/Makefile
--- a/devel/libpeas/Makefile    Mon Apr 12 13:30:57 2021 +0000
+++ b/devel/libpeas/Makefile    Mon Apr 12 13:31:13 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2020/08/17 20:17:23 leot Exp $
+# $NetBSD: Makefile,v 1.49 2021/04/12 13:31:13 nia Exp $
 
 DISTNAME=      libpeas-1.26.0
 PKGREVISION=   1
@@ -11,7 +11,14 @@
 COMMENT=       GObject-based plugins engine
 LICENSE=       gnu-lgpl-v2.1
 
-USE_TOOLS+=            intltool msgfmt pkg-config
+USE_TOOLS+=    msgfmt pkg-config
+
+# XXX: revisit at later date if something needs this
+MESON_ARGS+=   -Dpython2=false
+MESON_ARGS+=   -Dpython3=false
+MESON_ARGS+=   -Dlua51=false
+
+PYTHON_FOR_BUILD_ONLY= tool
 
 PKGCONFIG_OVERRIDE+=   output/meson-private/libpeas-gtk-1.0.pc
 PKGCONFIG_OVERRIDE+=   output/meson-private/libpeas-1.0.pc
@@ -24,7 +31,6 @@
 .include "../../devel/glib2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gobject-introspection+=  gobject-introspection>=1.39.0
 .include "../../devel/gobject-introspection/buildlink3.mk"
-#.include "../../devel/py-gobject3-common/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../devel/meson/build.mk"



Home | Main Index | Thread Index | Old Index