pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/dconf dconf: include python/application.mk after...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22ef8ae9948e
branches:  trunk
changeset: 378956:22ef8ae9948e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 17 22:38:42 2018 +0000

description:
dconf: include python/application.mk after py-meson/bl3.mk.

diffstat:

 devel/dconf/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r 646d7c73812b -r 22ef8ae9948e devel/dconf/Makefile
--- a/devel/dconf/Makefile      Tue Apr 17 22:29:31 2018 +0000
+++ b/devel/dconf/Makefile      Tue Apr 17 22:38:42 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2018/04/17 12:28:41 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2018/04/17 22:38:42 wiz Exp $
 
 DISTNAME=      dconf-0.28.0
 CATEGORIES=    devel gnome
@@ -29,9 +29,9 @@
 SUBST_SED.sysdir=      -e s,/etc,${PKG_SYSCONFDIR},g
 
 # gtk-doc wants to run dconf-scan, but that does not find its library libdconf.so.1
-#MESON_ARGS+=          -D enable-gtk-doc=true
+MESON_ARGS+=           -D enable-gtk-doc=true
 # man option does not work without gtk-doc option
-#MESON_ARGS+=          -D enable-man=true
+MESON_ARGS+=           -D enable-man=true
 
 PKGCONFIG_OVERRIDE=            output/meson-private/dconf.pc
 PKGCONFIG_OVERRIDE_STAGE=      post-build
@@ -48,8 +48,8 @@
 BUILDLINK_DEPMETHOD.vala=      build
 .include "../../lang/vala/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.44.0
-#.include "../../textproc/gtk-doc/buildlink3.mk"
+.include "../../textproc/gtk-doc/buildlink3.mk"
 .include "../../devel/glib2/modules.mk"
+.include "../../devel/py-meson/build.mk"
 .include "../../lang/python/application.mk"
-.include "../../devel/py-meson/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index