gplugin/gplugin

Make Meson dependency clearer with >=.
develop
2017-06-09, Elliott Sales de Andrade
7a9fc4c72fa6
Parents 25f8b3733cc7
Children 9771039fbf02
Make Meson dependency clearer with >=.

Since there isn't a 0.36.1, it's a bit clearer to say >=0.37.0.
  • +1 -1
    INSTALL
  • +1 -1
    meson.build
  • --- a/INSTALL Mon Jun 05 22:30:45 2017 -0500
    +++ b/INSTALL Fri Jun 09 03:23:55 2017 -0400
    @@ -3,7 +3,7 @@
    GPlugin depends on the following at a bare minimum:
    glib-2.0 >= 2.34.0
    gobject-introspection, libgirepository1.0-dev
    - meson >= 0.36.0
    + meson >= 0.37.0
    gettext
    help2man
    a C compiler
    --- a/meson.build Mon Jun 05 22:30:45 2017 -0500
    +++ b/meson.build Fri Jun 09 03:23:55 2017 -0400
    @@ -2,7 +2,7 @@
    # Project Info
    ###############################################################################
    project('gplugin', 'c', version : '0.28.0-dev',
    - meson_version : '>0.36.0',
    + meson_version : '>=0.37.0',
    default_options : ['c_std=c99'])
    parts = meson.project_version().split('-')