[gimp/meson: 510/805] Add to all modules.



commit 55396697259260bf1e867828acfad47eabbc9a3b
Author: Félix Piédallu <felix piedallu me>
Date:   Fri Jan 5 17:06:16 2018 +0100

    Add to all modules.

 modules/meson.build |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/modules/meson.build b/modules/meson.build
index c758ee5..83259d6 100644
--- a/modules/meson.build
+++ b/modules/meson.build
@@ -19,7 +19,7 @@ if os_win32
 endif
 
 modules_deps = [
-  gtk2, babl, gegl,
+  gtk2, babl, gegl, math,
 ]
 
 color_selector_libs = [
@@ -48,11 +48,11 @@ modules = [
   ],
   [ 'color-selector-water',
     [ 'color-selector-water.c', ],
-    [ math, ], [ color_selector_libs, ],
+    [ ], [ color_selector_libs, ],
   ],
   [ 'color-selector-wheel',
     [ 'color-selector-wheel.c', 'gimpcolorwheel.c', ],
-    [ math, ], [ color_selector_libs, ],
+    [ ], [ color_selector_libs, ],
   ],
   [ 'display-filter-clip-warning',
     [ 'display-filter-clip-warning.c', ],
@@ -64,11 +64,11 @@ modules = [
   ],
   [ 'display-filter-gamma',
     [ 'display-filter-gamma.c', ],
-    [ math, ], [ display_filter_libs, ],
+    [ ], [ display_filter_libs, ],
   ],
   [ 'display-filter-high-contrast',
     [ 'display-filter-high-contrast.c', ],
-    [], [ display_filter_libs, ],
+    [ ], [ display_filter_libs, ],
   ],
 ]
 


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