wmww / gtk4-layer-shell

A library to create panels and other desktop components for Wayland using the Layer Shell protocol and GTK4
MIT License
128 stars 4 forks source link

Fix deprecation warning when running meson #10

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.