Skip to content
Snippets Groups Projects
Commit bbb7df0d authored by Simon McVittie's avatar Simon McVittie
Browse files

Document the minimum meson version


The Steam Runtime has a backport of meson 0.49.0, originally from Debian
stretch-backports, which is the oldest thing we'll even try to support.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 381b0699
No related branches found
No related tags found
No related merge requests found
Pipeline #2684 passed
...@@ -20,7 +20,7 @@ Build-Depends: ...@@ -20,7 +20,7 @@ Build-Depends:
libx11-dev, libx11-dev,
libxcb1-dev, libxcb1-dev,
locales <!nocheck> | locales-all <!nocheck>, locales <!nocheck> | locales-all <!nocheck>,
meson, meson (>= 0.49.0),
pandoc, pandoc,
zlib1g <!nocheck>, zlib1g <!nocheck>,
Build-Depends-Indep: Build-Depends-Indep:
......
...@@ -29,6 +29,7 @@ project( ...@@ -29,6 +29,7 @@ project(
'cpp_std=c++11', 'cpp_std=c++11',
'warning_level=2', 'warning_level=2',
], ],
meson_version : '>=0.49.0',
) )
add_languages('cpp') add_languages('cpp')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment