libgnt/libgnt

Allow introspection on Windows.

2020-11-16, Elliott Sales de Andrade
741097e10968
Parents 64c9db40a5a4
Children a4eb1c21983b
Allow introspection on Windows.

msys2 supports it, so no need to block it, especially as our other project do
not.

Reviewed at https://reviews.imfreedom.org/r/222/
  • +1 -1
    meson.build
  • --- a/meson.build Thu Nov 05 20:29:54 2020 -0600
    +++ b/meson.build Mon Nov 16 18:21:39 2020 -0600
    @@ -272,7 +272,7 @@
    variables : ['plugindir = ${libdir}/gnt3'],
    )
    -if get_option('introspection') and host_machine.system() != 'windows'
    +if get_option('introspection')
    libgnt_gir = gnome.generate_gir(libgnt,
    sources : libgnt_headers + [gnt_h],
    includes : 'GObject-2.0',