aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2021-07-09 00:07:08 +0100
committerHarry Jeffery <harry@exec64.co.uk>2021-07-09 00:07:08 +0100
commite7c564f051b79c2ae48c79737a2d49ad1a6c0778 (patch)
tree7da9981cf879cf81ceaea66361a303b1d5a2433d
parent8d918752078f8b418e7f210aa2e62347d2b43a24 (diff)
downloadimv-e7c564f051b79c2ae48c79737a2d49ad1a6c0778.tar.gz
Fix missing m dependency for imv-msg
Fixes #328
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 15ec491..f1312c3 100644
--- a/meson.build
+++ b/meson.build
@@ -21,6 +21,7 @@ add_project_arguments('-D_XOPEN_SOURCE=700', language: 'c')
cc = meson.get_compiler('c')
dep_null = dependency('', required: false)
+m_dep = cc.find_library('m', required : false)
_windows = get_option('windows')
if _windows == 'wayland'
@@ -50,6 +51,7 @@ deps_for_imv = [
dependency('xkbcommon'),
dependency('icu-io'),
dependency('inih', fallback : ['inih', 'inih_dep']),
+ m_dep,
]
files_common = files(