[gegl] meson: remove website from configuration summary
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] meson: remove website from configuration summary
- Date: Tue, 13 Aug 2019 16:27:58 +0000 (UTC)
commit 4d495d0f7676f021422643db4f4db0e70265bc6d
Author: Øyvind Kolås <pippin gimp org>
Date: Tue Aug 13 18:27:26 2019 +0200
meson: remove website from configuration summary
Also removed w3m and perl dependencies, we will probably not use these
anymore for the docs generation.
meson.build | 18 +-----------------
1 file changed, 1 insertion(+), 17 deletions(-)
---
diff --git a/meson.build b/meson.build
index 71a8db47b..9dafa60bb 100644
--- a/meson.build
+++ b/meson.build
@@ -134,12 +134,11 @@ add_project_arguments(cc.get_supported_arguments(c_arguments), language: 'c')
bash = find_program('bash')
+perl = find_program('perl5', 'perl', required: false)
asciidoc = find_program('asciidoc', required: false)
enscript = find_program('enscript', required: false)
-perl = find_program('perl5', 'perl', required: false)
rsvg_convert= find_program('rsvg-convert', required: false)
ruby = find_program('ruby', required: false)
-w3m = find_program('w3m', required: false)
################################################################################
# Required Dependencies
@@ -332,20 +331,6 @@ if get_option('docs')
subdir('docs')
endif
-#if w3m.found()
-# custom_target('README',
-# input : 'docs/index.html',
-# output: 'README',
-# command: [ w3m, '-cols', '72', '-dump', '@INPUT@' ],
-# capture: true,
-# )
-# custom_target('NEWS',
-# input : 'docs/NEWS.html',
-# output: 'NEWS',
-# command: [ w3m, '-cols', '72', '-dump', '@INPUT@' ],
-# capture: true,
-# )
-#endif
pkgconfig.generate(filebase: 'gegl-' + api_version,
name: 'GEGL',
@@ -376,7 +361,6 @@ message('\n'.join(['',
'Optional features:',
' GEGL docs: @0@'.format(get_option('docs')),
' Build workshop: @0@'.format(get_option('workshop')),
-' Build website: @0@'.format(asciidoc.found()),
' SIMD: sse:@0@ mmx:@1@ sse2:@2@'.format(
get_option('enable-sse'),
get_option('enable-mmx'),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]