qulogic/libgnt

Make GIR outputs more consistent with autotools.
meson
2017-06-19, Elliott Sales de Andrade
4286dd98df2e
Parents 4d1ef4a3ba0c
Children 45b8fe807070
Make GIR outputs more consistent with autotools.
  • +1 -1
    meson.build
  • --- a/meson.build Mon Jun 19 21:54:28 2017 -0400
    +++ b/meson.build Mon Jun 19 23:23:36 2017 -0400
    @@ -90,7 +90,7 @@
    sources : libgnt_headers,
    includes : 'GObject-2.0',
    namespace : 'Gnt',
    - symbol_prefix : 'gnt_',
    + symbol_prefix : 'gnt',
    identifier_prefix : 'Gnt',
    nsversion : '@0@.@1@'.format(gnt_major_version, gnt_minor_version),
    install : true)