diff options
-rw-r--r-- | meta/packages/clutter/clutter-gst/autofoo.patch | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/meta/packages/clutter/clutter-gst/autofoo.patch b/meta/packages/clutter/clutter-gst/autofoo.patch index 569b0d8be9..349391c786 100644 --- a/meta/packages/clutter/clutter-gst/autofoo.patch +++ b/meta/packages/clutter/clutter-gst/autofoo.patch | |||
@@ -3,21 +3,23 @@ | |||
3 | examples/Makefile.am | 2 +- | 3 | examples/Makefile.am | 2 +- |
4 | 2 files changed, 2 insertions(+), 2 deletions(-) | 4 | 2 files changed, 2 insertions(+), 2 deletions(-) |
5 | 5 | ||
6 | Index: clutter-gst/examples/Makefile.am | 6 | Index: git/examples/Makefile.am |
7 | =================================================================== | 7 | =================================================================== |
8 | --- clutter-gst.orig/examples/Makefile.am 2007-11-06 12:31:36.000000000 +0000 | 8 | --- git.orig/examples/Makefile.am 2009-06-15 13:32:10.000000000 +0100 |
9 | +++ clutter-gst/examples/Makefile.am 2007-11-06 18:53:59.000000000 +0000 | 9 | +++ git/examples/Makefile.am 2009-06-15 13:33:44.000000000 +0100 |
10 | @@ -1,4 +1,4 @@ | 10 | @@ -1,6 +1,6 @@ |
11 | NULL = # | ||
12 | |||
11 | -noinst_PROGRAMS = video-player video-sink audio | 13 | -noinst_PROGRAMS = video-player video-sink audio |
12 | +bin_PROGRAMS = video-player video-sink audio | 14 | +bin_PROGRAMS = video-player video-sink audio |
13 | 15 | ||
14 | INCLUDES = -I$(top_srcdir)/ | 16 | INCLUDES = -I$(top_srcdir) \ |
15 | 17 | $(MAINTAINER_CFLAGS) \ | |
16 | Index: clutter-gst/doc/reference/Makefile.am | 18 | Index: git/doc/reference/Makefile.am |
17 | =================================================================== | 19 | =================================================================== |
18 | --- clutter-gst.orig/doc/reference/Makefile.am 2007-11-06 19:36:56.000000000 +0000 | 20 | --- git.orig/doc/reference/Makefile.am 2009-06-15 13:32:10.000000000 +0100 |
19 | +++ clutter-gst/doc/reference/Makefile.am 2007-11-06 19:37:02.000000000 +0000 | 21 | +++ git/doc/reference/Makefile.am 2009-06-15 13:32:12.000000000 +0100 |
20 | @@ -77,4 +77,4 @@ include $(top_srcdir)/gtk-doc.make | 22 | @@ -77,4 +77,4 @@ |
21 | 23 | ||
22 | # Other files to distribute | 24 | # Other files to distribute |
23 | # e.g. EXTRA_DIST += version.xml.in | 25 | # e.g. EXTRA_DIST += version.xml.in |