[gimp/gtk3-port-meson: 13/13] Disable some features not ported to gtk3. Fix python check.
- From: Félix Piédallu <fpiedallu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port-meson: 13/13] Disable some features not ported to gtk3. Fix python check.
- Date: Fri, 16 Feb 2018 14:14:33 +0000 (UTC)
commit dd298fd9b60027a1406f780c92fe6f2288ad4732
Author: Félix Piédallu <felix piedallu me>
Date: Thu Feb 15 16:38:39 2018 +0100
Disable some features not ported to gtk3. Fix python check.
app/tests/meson.build | 2 +-
meson.build | 2 +-
plug-ins/common/meson.build | 20 ++++++++++----------
plug-ins/meson.build | 4 ++--
4 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/app/tests/meson.build b/app/tests/meson.build
index a0116f3..be6055b 100644
--- a/app/tests/meson.build
+++ b/app/tests/meson.build
@@ -63,7 +63,7 @@ app_tests = [
'session-2-8-compatibility-multi-window',
'session-2-8-compatibility-single-window',
'single-window-mode',
- 'tools',
+ # 'tools',
'ui',
'xcf',
]
diff --git a/meson.build b/meson.build
index 17eaf98..cf70ae9 100644
--- a/meson.build
+++ b/meson.build
@@ -1371,7 +1371,7 @@ if xmllint.found()
)
endif
-if python2.found()
+if have_python
# TODO this python script is waiting for autotools directory/files structure
custom_target('check-defs',
input : [ ],
diff --git a/plug-ins/common/meson.build b/plug-ins/common/meson.build
index 433d6e7..027bc80 100644
--- a/plug-ins/common/meson.build
+++ b/plug-ins/common/meson.build
@@ -10,11 +10,11 @@ common_exes_list = [
[ 'animation-optimize.c', ],
[ gtk3, gegl, gdk_pixbuf, cairo ],
],
- [
- 'animation-play',
- [ 'animation-play.c', ],
- [ gtk3, gegl, gdk_pixbuf, ],
- ],
+ # [
+ # 'animation-play',
+ # [ 'animation-play.c', ],
+ # [ gtk3, gegl, gdk_pixbuf, ],
+ # ],
[
'blinds',
[ 'blinds.c', ],
@@ -85,11 +85,11 @@ common_exes_list = [
[ 'crop-zealous.c', ],
[ gtk3, gegl, gdk_pixbuf, cairo, ],
],
- [
- 'curve-bend',
- [ 'curve-bend.c', ],
- [ gtk3, gegl, gdk_pixbuf, ],
- ],
+ # [
+ # 'curve-bend',
+ # [ 'curve-bend.c', ],
+ # [ gtk3, gegl, gdk_pixbuf, ],
+ # ],
[
'decompose',
[ 'decompose.c', ],
diff --git a/plug-ins/meson.build b/plug-ins/meson.build
index 82896f8..70cba60 100644
--- a/plug-ins/meson.build
+++ b/plug-ins/meson.build
@@ -14,11 +14,11 @@ subdir('file-webp')
subdir('flame')
subdir('fractal-explorer')
subdir('gfig')
-subdir('gimpressionist')
+# subdir('gimpressionist')
subdir('gradient-flare')
subdir('help-browser')
subdir('help')
-subdir('ifs-compose')
+# subdir('ifs-compose')
subdir('imagemap')
subdir('lighting')
subdir('map-object')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]