@b4n requested changes on this pull request.
```console
../meson.build:887: WARNING: Project targets '>= 0.53' but uses feature
introduced in '0.56.0': win_subsystem arg in executable.
[…]
WARNING: Project specifies a minimum meson_version '>= 0.53' but uses features
which were added in newer versions:
* 0.56.0: {'win_subsystem arg in executable'}
NOTICE: Future-deprecated features used:
* 0.56.0: {'meson.build_root', 'meson.source_root'}
```
So there are two ways to go I think:
* Depend on 0.56.0 (and possibly fix the deprecation warnings)
* Use
[`gui_app`](https://mesonbuild.com/Reference-manual_functions.html#executable_gui_app)
instead for a 0.53-compatible alternative (but that is deprecated in 0.56)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3811#pullrequestreview-2013511509
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3811/review/[email protected]>