diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gedit/files/0001-Remove-help-directory-from-build.patch')
| -rw-r--r-- | meta-gnome/recipes-gnome/gedit/files/0001-Remove-help-directory-from-build.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-gnome/recipes-gnome/gedit/files/0001-Remove-help-directory-from-build.patch b/meta-gnome/recipes-gnome/gedit/files/0001-Remove-help-directory-from-build.patch deleted file mode 100644 index 4ad57effe9..0000000000 --- a/meta-gnome/recipes-gnome/gedit/files/0001-Remove-help-directory-from-build.patch +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | From 1d2e6165e3154e27ecde329a40c05f0880afb9e0 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
| 3 | Date: Tue, 17 May 2016 14:14:03 +0300 | ||
| 4 | Subject: [PATCH] Remove help directory from build | ||
| 5 | |||
| 6 | It hardcodes the use of xml2po utility, which is provided by obsolete gnome-doc-utils | ||
| 7 | |||
| 8 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
| 9 | --- | ||
| 10 | Makefile.am | 3 --- | ||
| 11 | 1 file changed, 3 deletions(-) | ||
| 12 | |||
| 13 | diff --git a/Makefile.am b/Makefile.am | ||
| 14 | index e57b203..a88152d 100644 | ||
| 15 | --- a/Makefile.am | ||
| 16 | +++ b/Makefile.am | ||
| 17 | @@ -3,9 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 | ||
| 18 | |||
| 19 | SUBDIRS = gedit pixmaps po data plugin-loaders plugins docs tests win32 osx | ||
| 20 | |||
| 21 | -if !OS_OSX | ||
| 22 | -SUBDIRS += help | ||
| 23 | -endif | ||
| 24 | |||
| 25 | distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | ||
| 26 | |||
| 27 | -- | ||
| 28 | 2.8.1 | ||
| 29 | |||
