wmww / gtk-layer-shell

A library to create panels and other desktop components for Wayland using the Layer Shell protocol
GNU General Public License v3.0
313 stars 15 forks source link

Fix deprecation warning when running meson #158

Closed pentamassiv closed 1 year ago

pentamassiv commented 1 year ago

If the commands from the README.md are followed, the following deprecation warning is displayed when running meson:

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

This small change gets rid of it.

By opening this pull request, I agree for my modifications to be licensed under whatever licenses are indicated at the start of the files I modified