diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2012-11-23 09:36:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-24 15:12:33 +0000 |
commit | 19147a377a3a36fab03fb639962e1d27781aa005 (patch) | |
tree | 578be7ef4199df6592128989b903546ddccfa567 /meta/recipes-gnome/gtk+/gtk+-2.24.13/doc-fixes.patch | |
parent | 578e5daadd70cc697cbbc1ee82aefcf389835913 (diff) | |
download | tizen-distro-19147a377a3a36fab03fb639962e1d27781aa005.tar.gz tizen-distro-19147a377a3a36fab03fb639962e1d27781aa005.tar.bz2 tizen-distro-19147a377a3a36fab03fb639962e1d27781aa005.zip |
gtk+: update to upstream version 2.24.13
(From OE-Core rev: 77cd1218bbd0760f674811eb748037deb4478db5)
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk+/gtk+-2.24.13/doc-fixes.patch')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+-2.24.13/doc-fixes.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+-2.24.13/doc-fixes.patch b/meta/recipes-gnome/gtk+/gtk+-2.24.13/doc-fixes.patch new file mode 100644 index 0000000000..74e479fd1b --- /dev/null +++ b/meta/recipes-gnome/gtk+/gtk+-2.24.13/doc-fixes.patch @@ -0,0 +1,22 @@ +There are issues building the gtk+ tutorial and faq documentation. +Since they were removed in gtk+ upstream and are superfluous in +embedded applications, just don't build them. + +Thanks to Joshua Lock for suggesting this approach. + +Signed-off-by: Scott Garman <scott.a.garman@intel.com> + +Upstream-Status: Inappropriate [embedded specific] + +diff -urN gtk+-2.22.1.orig/docs/Makefile.am gtk+-2.22.1/docs/Makefile.am +--- gtk+-2.22.1.orig/docs/Makefile.am 2010-11-15 04:13:09.000000000 -0800 ++++ gtk+-2.22.1/docs/Makefile.am 2011-02-23 19:25:16.914815097 -0800 +@@ -1,7 +1,7 @@ + ## Process this file with automake to produce Makefile.in + include $(top_srcdir)/Makefile.decl + +-SUBDIRS = tutorial faq reference tools ++SUBDIRS = reference tools + + EXTRA_DIST += \ + defsformat.txt \ |