[BACK]Return to patch-gobject_meson.build CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / glib2 / patches

File: [cvs.NetBSD.org] / pkgsrc / devel / glib2 / patches / patch-gobject_meson.build (download)

Revision 1.3, Sun Jun 16 15:28:12 2019 UTC (4 years, 10 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.2: +1 -9 lines

glib2: Use PKGCONFIG_OVERRIDE instead of patching meson.build-s

meson `pkgconfig' module generate pkg-config files during the configure
phase and PKGCONFIG_OVERRIDE can be used in post-configure stage to
avoid directly patching meson.build files.

Discussed with <ryoon>, thanks!

$NetBSD: patch-gobject_meson.build,v 1.3 2019/06/16 15:28:12 leot Exp $

Leave glib-genmarshal and glib-mkenums to devel/glib2-tools.
 
--- gobject/meson.build.orig	2019-06-10 17:47:20.000000000 +0000
+++ gobject/meson.build
@@ -75,7 +75,7 @@ foreach tool: python_tools
     input : tool + '.in',
     output : tool,
     configuration : python_tools_conf,
-    install : true,
+    install : false,
     install_dir : glib_bindir,
   )