Skip to content

Commit

Permalink
meson.build: require Meson 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Jul 23, 2024
1 parent 106c3ec commit d98615c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Building myproxy
You need:

- a C++20 compliant compiler (e.g. GCC or clang)
- `Meson 0.56 <http://mesonbuild.com/>`__ and `Ninja <https://ninja-build.org/>`__
- `Meson 1.0 <http://mesonbuild.com/>`__ and `Ninja <https://ninja-build.org/>`__
- `libfmt <https://fmt.dev/>`__
- `libmd <https://www.hadrons.org/software/libmd/>`__
- `libsodium <https://www.libsodium.org/>`__
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: database
Priority: extra
Maintainer: Max Kellermann <mk@cm4all.com>
Build-Depends: debhelper (>= 13.3~),
meson (>= 0.56),
meson (>= 1),
python3-sphinx,
g++ (>= 4:10),
libfmt-dev (>= 9),
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('CM4all MyProxy', 'cpp', version: '0.18',
meson_version: '>= 0.56',
meson_version: '>= 1.0',
default_options: [
'cpp_std=c++2a',
'warning_level=3',
Expand Down

0 comments on commit d98615c

Please sign in to comment.