qulogic/libgnt

Move gmodule to where it's needed.

2018-04-27, Elliott Sales de Andrade
6fa8670646ca
Parents 9d0f414a31ea
Children ed65d9798e2b
Move gmodule to where it's needed.
  • +2 -0
    meson.build
  • --- a/meson.build Fri Apr 27 05:38:28 2018 -0400
    +++ b/meson.build Fri Apr 27 06:04:11 2018 -0400
    @@ -128,6 +128,8 @@
    configure_file(output : 'gntconfig.h',
    configuration : gnt_config)
    +gmodule = dependency('gmodule-2.0')
    +
    install_headers(libgnt_headers, subdir : 'gnt')
    if IS_WIN32