Skip to content

build: Silence WARNINGs by bumping minimum Meson version to 0.37.0

Debarshi Ray requested to merge wip/rishi/meson-warnings into master

Otherwise it leads to:

  WARNING: Project targetting '>= 0.36.0' but tried to use feature
    introduced in '0.37.0': preset arg in i18n.gettext
  ...
  WARNING: Project specifies a minimum meson_version '>= 0.36.0' which
    conflicts with:
   * 0.37.0: {'preset arg in i18n.gettext'}

Fallout from 005c29c6

Edited by Debarshi Ray

Merge request reports