diff options
| author | Xavier Claessens <xavier.claessens@collabora.com> | 2022-04-04 09:20:13 -0400 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-04-02 08:51:13 -0700 |
| commit | 31114260e575af75d5e8d01c2852092704ef8f24 (patch) | |
| tree | 46cf3effa6b232e367495818c63c331764870cac /mesonbuild/modules | |
| parent | 0c8f6400e3f731a5c5091653c0940f6318bdce23 (diff) | |
| download | meson-31114260e575af75d5e8d01c2852092704ef8f24.tar.gz | |
wayland: Mark module stable
There is no point in printing warning about unstable module, in the
worst case we can just deprecate and add new API. It has been tested in
a few projects already, and this warning is a blocker on wider adoption.
Diffstat (limited to 'mesonbuild/modules')
| -rw-r--r-- | mesonbuild/modules/wayland.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/modules/wayland.py b/mesonbuild/modules/wayland.py index e17cf995c..94c6f819d 100644 --- a/mesonbuild/modules/wayland.py +++ b/mesonbuild/modules/wayland.py @@ -35,7 +35,7 @@ if T.TYPE_CHECKING: class WaylandModule(ExtensionModule): - INFO = ModuleInfo('wayland', '0.62.0', unstable=True) + INFO = ModuleInfo('wayland', '0.62.0', stabilized='1.8.0') def __init__(self, interpreter: Interpreter) -> None: super().__init__(interpreter) |
