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

Annotation of pkgsrc/devel/glib2/patches/patch-gio_gdbus-2.0_codegen_meson.build, Revision 1.2

1.2     ! wiz         1: $NetBSD: patch-gio_gdbus-2.0_codegen_meson.build,v 1.1 2019/06/03 09:53:50 prlw1 Exp $
1.1       prlw1       2:
                      3: Leave gdbus-2.0/codegen sudirectory to devel/gdbus-codegen package.
                      4:
1.2     ! wiz         5: --- gio/gdbus-2.0/codegen/meson.build.orig     2019-10-04 11:44:23.000000000 +0000
1.1       prlw1       6: +++ gio/gdbus-2.0/codegen/meson.build
1.2     ! wiz         7: @@ -17,6 +17,7 @@ gdbus_codegen_conf.set('DATADIR', glib_d
1.1       prlw1       8:  gdbus_codegen = configure_file(input : 'gdbus-codegen.in',
                      9:    output : 'gdbus-codegen',
1.2     ! wiz        10:    install_dir : get_option('bindir'),
1.1       prlw1      11: +  install : false,
                     12:    configuration : gdbus_codegen_conf
                     13:  )
1.2     ! wiz        14:    # Provide tools for others when we're a subproject and they use the Meson GNOME module
        !            15: @@ -28,6 +29,7 @@ gdbus_codegen_built_files = []
1.1       prlw1      16:  gdbus_codegen_built_files += configure_file(input : 'config.py.in',
                     17:                                              output : 'config.py',
1.2     ! wiz        18:                                              install_dir : codegen_dir,
1.1       prlw1      19: +                                            install : false,
                     20:                                              configuration : gdbus_codegen_conf)
                     21:
1.2     ! wiz        22:  foreach f : gdbus_codegen_files
        !            23: @@ -35,5 +37,6 @@ foreach f : gdbus_codegen_files
1.1       prlw1      24:    # and then install it too so that it can be used after installation
                     25:    gdbus_codegen_built_files += configure_file(input : f, output : f,
1.2     ! wiz        26:                                                install_dir : codegen_dir,
1.1       prlw1      27: +                                              install : false,
                     28:                                                copy : true)
                     29:  endforeach

CVSweb <webmaster@jp.NetBSD.org>