qulogic/libgnt

Fix versioning of libraries.
meson
2017-06-20, Elliott Sales de Andrade
45b8fe807070
Parents 4286dd98df2e
Children 52fe5a480c75
Fix versioning of libraries.

Also, don't bother setting version and soversion since one can be
determined from the other.
  • +1 -2
    meson.build
  • --- a/meson.build Mon Jun 19 23:23:36 2017 -0400
    +++ b/meson.build Tue Jun 20 04:48:21 2017 -0400
    @@ -71,8 +71,7 @@
    libgnt_SOURCES,
    include_directories : [toplevel_inc],
    install : true,
    - soversion : gnt_lt_current,
    - version : GNT_LT_VERSION_INFO,
    + version : GNT_LIB_VERSION,
    dependencies : libgnt_deps)
    libgnt_dep = declare_dependency(
    include_directories : [toplevel_inc, libgnt_inc],