[gimp/meson: 138/805] update meson.build according to upstream
- From: Félix Piédallu <fpiedallu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/meson: 138/805] update meson.build according to upstream
- Date: Fri, 2 Feb 2018 15:19:05 +0000 (UTC)
commit 45bbd42153504ebc3708f4ffb143c25830c55c7d
Author: Félix Piédallu <felix piedallu me>
Date: Thu Nov 23 15:36:54 2017 +0100
update meson.build according to upstream
meson.build | 5 +++--
modules/meson.build | 4 ++++
2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index c34fd31..8cccaf6 100644
--- a/meson.build
+++ b/meson.build
@@ -113,7 +113,7 @@ math = cc.find_library('m')
atk = dependency('atk', version: '>=2.2.0')
-# babl_minver = '>=0.1.31'
+# babl_minver = '>=0.1.38'
babl_minver = '>=0.1.30'
babl = dependency('babl', version: babl_minver)
@@ -131,7 +131,8 @@ freetype2 = dependency('freetype2', version: '>=2.1.7')
gdk_pixbuf_minver = '>=2.30.8'
gdk_pixbuf = dependency('gdk-pixbuf-2.0', version: gdk_pixbuf_minver)
-gegl_minver = '>=0.3.21'
+# gegl_minver = '>=0.3.22'
+gegl_minver = '>=0.3.20'
gegl = dependency('gegl-0.3', version: gegl_minver)
gexiv2 = dependency('gexiv2', version: '>=0.10.6')
diff --git a/modules/meson.build b/modules/meson.build
index 46a777d..89c2799 100644
--- a/modules/meson.build
+++ b/modules/meson.build
@@ -54,6 +54,10 @@ modules = [
[ 'color-selector-wheel.c', 'gimpcolorwheel.c', ],
[], [ color_selector_libs, ],
],
+ [ 'display-filter-clip-warning',
+ [ 'display-filter-clip-warning.c', ],
+ [], [ display_filter_libs, '-avoid-version', '-module', ],
+ ],
[ 'display-filter-color-blind',
[ 'display-filter-color-blind.c', ],
[], [ display_filter_libs, ],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]