modules: meson: add missing ‘m’ (math) dependency

The following modules used functions from the ‘m’ (math)
library (e.g. round()), but didn’t explicitly link against it. This
caused build failures when no other plugin that _did_ link against ‘m’
was enabled.

* cpu
* mem
* pulse
* pipewire
* foreign-toplevel

Closes #239
This commit is contained in:
Daniel Eklöf 2022-12-17 18:15:14 +01:00
parent a9ce81b376
commit ede6a541e1
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 12 additions and 5 deletions

View file

@ -16,6 +16,13 @@
### Deprecated
### Removed
### Fixed
* Build failures for certain combinations of enabled and disabled
plugins ([#239][239]).
[239]: https://codeberg.org/dnkl/yambar/issues/239
### Security
### Contributors