diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-31 11:42:53 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-31 11:42:53 +0000 |
commit | 2543d12b22c2be249ffb27356083fa9faca245aa (patch) | |
tree | 5a5953f3cf73d18cefaae4f97432c215b3095d0b /packages/clutter/tidy/autofoo.patch | |
parent | c8532126456803a16b1cfcfc50df52186a403dee (diff) |
clutter: sync with poky
Diffstat (limited to 'packages/clutter/tidy/autofoo.patch')
-rw-r--r-- | packages/clutter/tidy/autofoo.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/clutter/tidy/autofoo.patch b/packages/clutter/tidy/autofoo.patch new file mode 100644 index 0000000000..7f54a3372a --- /dev/null +++ b/packages/clutter/tidy/autofoo.patch @@ -0,0 +1,11 @@ +Index: tidy/doc/reference/Makefile.am +=================================================================== +--- tidy.orig/doc/reference/Makefile.am 2007-11-06 19:36:56.000000000 +0000 ++++ tidy/doc/reference/Makefile.am 2007-11-06 19:37:02.000000000 +0000 +@@ -77,4 +77,4 @@ include $(top_srcdir)/gtk-doc.make + + # Other files to distribute + # e.g. EXTRA_DIST += version.xml.in +-EXTRA_DIST += version.xml.in ++EXTRA_DIST = version.xml.in + |