[gimp/meson: 60/127] Add to all modules.
- From: Félix Piédallu <fpiedallu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/meson: 60/127] Add to all modules.
- Date: Fri, 2 Feb 2018 16:04:48 +0000 (UTC)
commit ccebb36fbe338d32a18067cf1a26433f87d82ca9
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]