Skip to content

Commit

Permalink
Lower the minimum required version of Meson
Browse files Browse the repository at this point in the history
Makes it easier to build Epoxy on older operating systems.
  • Loading branch information
ebassi committed Nov 26, 2019
1 parent 3ff32fa commit 5c0dff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project('libepoxy', 'c', version: '1.5.5',
'warning_level=1',
],
license: 'MIT',
meson_version: '>= 0.47.0')
meson_version: '>= 0.46.0')

epoxy_version = meson.project_version().split('.')
epoxy_major_version = epoxy_version[0].to_int()
Expand Down

0 comments on commit 5c0dff6

Please # to comment.