[gnome-software: 1/7] odrs: Add missing libm dependency




commit f33c7c73beb3d125e67b7aec47de399235765759
Author: Philip Withnall <pwithnall endlessos org>
Date:   Thu Mar 11 12:32:51 2021 +0000

    odrs: Add missing libm dependency
    
    It was previously pulled in via libgnomesoftware, but shortly will no
    longer be, as libgnomesoftware is going dynamic.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 plugins/odrs/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/odrs/meson.build b/plugins/odrs/meson.build
index df51d752b..277e8baf0 100644
--- a/plugins/odrs/meson.build
+++ b/plugins/odrs/meson.build
@@ -10,7 +10,7 @@ shared_module(
   install : true,
   install_dir: plugin_dir,
   c_args : cargs,
-  dependencies : plugin_libs,
+  dependencies : [plugin_libs, libm],
 )
 metainfo = 'org.gnome.Software.Plugin.Odrs.metainfo.xml'
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]