meson: Update required version to 0.39.1

It seems bumping to 0.38.1 was too relaxed, and evidently I didn't thoroughly test the change.
macos/v1.5.9
Emmanuele Bassi 7 years ago committed by GitHub
parent 5616bbf352
commit e1a0196696
  1. 2
      meson.build

@ -5,7 +5,7 @@ project('libepoxy', 'c', version: '1.4.2',
'warning_level=1',
],
license: 'MIT',
meson_version: '>= 0.38.1')
meson_version: '>= 0.39.1')
epoxy_version = meson.project_version().split('.')
epoxy_major_version = epoxy_version[0].to_int()

Loading…
Cancel
Save