[gimp/meson: 59/128] Add missing math link
- From: Félix Piédallu <fpiedallu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/meson: 59/128] Add missing math link
- Date: Mon, 12 Feb 2018 13:44:45 +0000 (UTC)
commit 8f62241e25fb3e4cca996590d8a7eb8872065d71
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]