Skip to content

Conversation

@eplanet
Copy link
Contributor

@eplanet eplanet commented Dec 13, 2024

This is a very easy fix, when I run the README instructions meson .. -Dprefix=/usr, I get the following warning:

WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.

The fix is to just run meson setup -Dprefix=/usr instead and it works like a charm.

@stapelberg stapelberg merged commit 9e24074 into i3:main Dec 13, 2024
3 checks passed
@stapelberg
Copy link
Member

Thanks!

stapelberg pushed a commit to i3/i3 that referenced this pull request Dec 29, 2024
This is a very easy fix, to remove the following warning:
```
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
```
The fix is to just run `meson setup` instead and it works like a charm.

Related PRs: i3/i3lock#365 and i3/i3status#538.
@eplanet eplanet deleted the fix-mason-instruction branch March 18, 2025 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants