[five-or-more] Added libmath indirect dependency
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [five-or-more] Added libmath indirect dependency
- Date: Tue, 5 Mar 2019 10:03:54 +0000 (UTC)
commit 0a90f5ed4b517eabdae2daff39ba11efc9e0f73e
Author: Robert Roth <robert roth bee-tf ro>
Date: Tue Mar 5 12:03:32 2019 +0200
Added libmath indirect dependency
meson.build | 4 ++--
src/meson.build | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 2ffdc9e..9c22244 100644
--- a/meson.build
+++ b/meson.build
@@ -24,8 +24,8 @@ libgnome_games_support_dep = dependency('libgnome-games-support-1')
librsvg_dep = dependency('librsvg-2.0', version: '>= 2.32.0')
# Libraries
-#cc = meson.get_compiler('c')
-#libmath_dep = cc.find_library('m')
+cc = meson.get_compiler('c')
+libmath_dep = cc.find_library('m')
# Configuration
conf = configuration_data()
diff --git a/src/meson.build b/src/meson.build
index 7a87813..2e42ca0 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -21,6 +21,7 @@ five_or_more_deps = [
gtk_dep,
libgnome_games_support_dep,
librsvg_dep,
+ libmath_dep,
]
five_or_more_vala_args = [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]