talkatu/talkatu

Bump the meson version to 0.50.0 since we're using stuff from 0.50.0 and gplugin is already there as well
  • +1 -1
    meson.build
  • --- a/meson.build Thu Nov 07 01:44:01 2019 -0600
    +++ b/meson.build Thu Apr 23 20:34:42 2020 -0500
    @@ -2,7 +2,7 @@
    # Project Info
    ###############################################################################
    project('talkatu', 'c', version : '0.1.0-dev',
    - meson_version : '>=0.42.0',
    + meson_version : '>=0.50.0',
    default_options : ['c_std=c99'])
    parts = meson.project_version().split('-')