thorvg/src
Elliott Sales de Andrade 5f08b9ade4 build: Remove redundant comparisons
If a Meson option is typed as `boolean`, the `get_option` returns a
boolean, and comparing it with `true` is redundant. Meson also errors if
you try to compare across types, so it couldn't _not_ be a boolean.

Also, Meson is not C, so no need for parentheses around `if` conditions.
2024-08-19 17:42:40 +09:00
..
bindings build: Remove redundant comparisons 2024-08-19 17:42:40 +09:00
common common: fix arg name 2024-08-08 19:52:46 +09:00
loaders build: Remove redundant comparisons 2024-08-19 17:42:40 +09:00
renderer API: deprecate the appendArc() api 2024-08-16 13:30:58 +09:00
savers common/math: code refactoring 2024-07-10 00:21:02 +09:00
meson.build build: Remove redundant comparisons 2024-08-19 17:42:40 +09:00