meson: we don't need -lm anymore

This commit is contained in:
Daniel Eklöf 2019-12-03 21:40:32 +01:00
parent bb425be8ac
commit d179287fb0
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -15,9 +15,6 @@ add_project_arguments(
language: 'c',
)
cc = meson.get_compiler('c')
math = cc.find_library('m')
threads = dependency('threads')
pixman = dependency('pixman-1')
wayland_protocols = dependency('wayland-protocols')