From d179287fb0de24254eb80d124a7d7c021bef37c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 3 Dec 2019 21:40:32 +0100 Subject: [PATCH] meson: we don't need -lm anymore --- meson.build | 3 --- 1 file changed, 3 deletions(-) diff --git a/meson.build b/meson.build index cf1c59d1..f44d158b 100644 --- a/meson.build +++ b/meson.build @@ -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')