[gegl] docs: rsvg-convert is not required by build
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] docs: rsvg-convert is not required by build
- Date: Sat, 27 Mar 2021 20:30:45 +0000 (UTC)
commit 7a96e8217f7d87a461f18d68fc4159a4de7c7199
Author: John <jtm home gmail com>
Date: Fri Feb 19 13:25:53 2021 +0000
docs: rsvg-convert is not required by build
docs/build.adoc.in | 1 -
meson.build | 3 ---
2 files changed, 4 deletions(-)
---
diff --git a/docs/build.adoc.in b/docs/build.adoc.in
index 1a0b2205d..302c20f8f 100644
--- a/docs/build.adoc.in
+++ b/docs/build.adoc.in
@@ -98,7 +98,6 @@ only required during the build process.
* asciidoc
* dot
* gtkdoc_scan
- * rsvg_convert
* source-highlight
* w3m
diff --git a/meson.build b/meson.build
index f2c45d6ca..685b54641 100644
--- a/meson.build
+++ b/meson.build
@@ -213,8 +213,6 @@ dot = find_program('dot',
required: false, native: true)
gtkdoc_scan = find_program('gtkdoc-scan',
required: false, native: true)
-rsvg_convert = find_program('rsvg-convert',
- required: false, native: true)
source_highlight = find_program('source-highlight',
required: false, native: true)
w3m = find_program('w3m',
@@ -563,7 +561,6 @@ summary(
'asciidoc' : asciidoc.found(),
'dot' : dot.found(),
'pygobject' : pygobject3.found(),
- 'rsvg-convert' : rsvg_convert.found(),
'source-highlight' : source_highlight.found(),
'w3m' : w3m.found(),
}, section: 'Optional build utilities'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]