[gimp/meson: 509/805] Add missing math link
- From: Félix Piédallu <fpiedallu src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gimp/meson: 509/805] Add missing math link
 
- Date: Fri,  2 Feb 2018 15:19:55 +0000 (UTC)
 
commit 10164cdf3112985786cf89e0f6d0fdd05c1304e6
Author: Félix Piédallu <felix piedallu me>
Date:   Fri Jan 5 17:04:08 2018 +0100
    Add missing math link
 modules/meson.build |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/modules/meson.build b/modules/meson.build
index 2aadd33..c758ee5 100644
--- a/modules/meson.build
+++ b/modules/meson.build
@@ -48,11 +48,11 @@ modules = [
   ],
   [ 'color-selector-water',
     [ 'color-selector-water.c', ],
-    [], [ color_selector_libs, ],
+    [ math, ], [ color_selector_libs, ],
   ],
   [ 'color-selector-wheel',
     [ 'color-selector-wheel.c', 'gimpcolorwheel.c', ],
-    [], [ color_selector_libs, ],
+    [ math, ], [ color_selector_libs, ],
   ],
   [ 'display-filter-clip-warning',
     [ 'display-filter-clip-warning.c', ],
@@ -64,7 +64,7 @@ modules = [
   ],
   [ 'display-filter-gamma',
     [ 'display-filter-gamma.c', ],
-    [], [ display_filter_libs, ],
+    [ math, ], [ display_filter_libs, ],
   ],
   [ 'display-filter-high-contrast',
     [ 'display-filter-high-contrast.c', ],
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]