diff options
Diffstat (limited to 'meta/recipes-gnome/gtk-doc/files/0001-Do-not-error-out-if-xsltproc-is-not-found.patch')
| -rw-r--r-- | meta/recipes-gnome/gtk-doc/files/0001-Do-not-error-out-if-xsltproc-is-not-found.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-gnome/gtk-doc/files/0001-Do-not-error-out-if-xsltproc-is-not-found.patch b/meta/recipes-gnome/gtk-doc/files/0001-Do-not-error-out-if-xsltproc-is-not-found.patch deleted file mode 100644 index ee1acda401..0000000000 --- a/meta/recipes-gnome/gtk-doc/files/0001-Do-not-error-out-if-xsltproc-is-not-found.patch +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | From 50d3b9d3ca0e1ff47c8e7559303855530e58839a Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
| 3 | Date: Wed, 7 Sep 2016 14:52:04 +0300 | ||
| 4 | Subject: [PATCH] Do not error out if xsltproc is not found. | ||
| 5 | |||
| 6 | This allows us to drop the hard xsltproc dependency, if we're not | ||
| 7 | going to actually run the gtkdoc scripts (when api documentation is | ||
| 8 | disabled). | ||
| 9 | |||
| 10 | Upstream-Status: Inappropriate [oe-core specific] | ||
| 11 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
| 12 | --- | ||
| 13 | configure.ac | 2 +- | ||
| 14 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 15 | |||
| 16 | diff --git a/configure.ac b/configure.ac | ||
| 17 | index 8725074..0491090 100644 | ||
| 18 | --- a/configure.ac | ||
| 19 | +++ b/configure.ac | ||
| 20 | @@ -37,7 +37,7 @@ dnl Check for xsltproc | ||
| 21 | dnl | ||
| 22 | AC_PATH_PROG([XSLTPROC], [xsltproc]) | ||
| 23 | if test -z "$XSLTPROC"; then | ||
| 24 | - AC_MSG_ERROR([xsltproc not found]) | ||
| 25 | + AC_MSG_WARN([xsltproc not found]) | ||
| 26 | fi | ||
| 27 | |||
| 28 | dnl | ||
