[gnome-boxes/wip/exalm/swipe: 3/7] build: Link with math library
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/wip/exalm/swipe: 3/7] build: Link with math library
- Date: Wed, 19 Feb 2020 14:13:00 +0000 (UTC)
commit 8ea0a451730e7ee02fa63c983d4dbe09ea07b8d2
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Wed Feb 19 18:58:08 2020 +0500
build: Link with math library
Position-based animation will require round(), floor() and ceil().
src/meson.build | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/meson.build b/src/meson.build
index 7d0a8f61..5302b313 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -150,6 +150,7 @@ dependencies = [
dependency ('vte-2.91', version: '>= 0.40.2'),
dependency ('webkit2gtk-4.0'),
dependency ('libhandy-0.0', version: '>= 0.0.11'),
+ cc.find_library('m', required : false),
valac.find_library ('gio-2.0-workaround', dirs: vapi_dir),
valac.find_library ('linux'),
valac.find_library ('posix'),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]