qulogic/libgnt

fdaf56e771e5
Parents 3cb435985468
Children f63d8184afde
Make sure gnt.h ends up in the introspection stuff
  • +2 -2
    meson.build
  • --- a/meson.build Fri Jan 18 02:41:28 2019 +0000
    +++ b/meson.build Mon Mar 04 21:00:15 2019 -0600
    @@ -214,7 +214,7 @@
    install : true,
    install_dir : join_paths(get_option('includedir'), 'gnt'))
    # This is temporary until we can hide GObject internals:
    -configure_file(input : 'gnt.h.in', output : 'gnt.h',
    +gnt_h = configure_file(input : 'gnt.h.in', output : 'gnt.h',
    configuration : gnt_config,
    install : true,
    install_dir : join_paths(get_option('includedir'), 'gnt'))
    @@ -258,7 +258,7 @@
    if get_option('introspection') and host_machine.system() != 'windows'
    libgnt_gir = gnome.generate_gir(libgnt,
    - sources : libgnt_headers,
    + sources : libgnt_headers + [gnt_h],
    includes : 'GObject-2.0',
    namespace : 'Gnt',
    symbol_prefix : 'gnt',