Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update meson setup command in README #365

Merged
merged 1 commit into from
Dec 13, 2024

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.
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