Skip to content

build: Add -lm to pkg-config dependencies

Daniel Stone requested to merge daniels/wayland:expose-libm-dep into main

Now that wl_fixed_from_double() calls round() from a function declared in a header, our users need to explicitly pick that dependency up in order to avoid build errors.

Signed-off-by: Daniel Stone daniels@collabora.com Closes: weston#991 (closed)

Merge request reports

Loading