From e02fb94812ca03db5fea0377661ebde1e3f2222e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 10 Jul 2007 14:06:27 +0000 Subject: Add clutter, clutter-cairo, clutter-gst, aaina and table, excluded from world builds for now git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2143 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/clutter/clutter-gst/autofoo.patch | 45 +++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 meta/packages/clutter/clutter-gst/autofoo.patch (limited to 'meta/packages/clutter/clutter-gst/autofoo.patch') diff --git a/meta/packages/clutter/clutter-gst/autofoo.patch b/meta/packages/clutter/clutter-gst/autofoo.patch new file mode 100644 index 000000000..f5b8ef7d1 --- /dev/null +++ b/meta/packages/clutter/clutter-gst/autofoo.patch @@ -0,0 +1,45 @@ +--- + configure.ac | 2 +- + doc/reference/Makefile.am | 2 +- + examples/Makefile.am | 14 +++++++------- + 3 files changed, 9 insertions(+), 9 deletions(-) + +Index: clutter-gst/examples/Makefile.am +=================================================================== +--- clutter-gst.orig/examples/Makefile.am 2007-07-10 13:01:28.000000000 +0100 ++++ clutter-gst/examples/Makefile.am 2007-07-10 13:07:33.000000000 +0100 +@@ -1,4 +1,4 @@ +-noinst_PROGRAMS = video-player video-sink audio ++bin_PROGRAMS = video-player video-sink audio + + INCLUDES = -I$(top_srcdir)/ + +@@ -9,12 +9,12 @@ video_player_LDFLAGS = \ + $(GST_LIBS) \ + $(top_builddir)/clutter-gst/libclutter-gst-@CLUTTER_GST_MAJORMINOR@.la + +-video_cube_SOURCES = video-cube.c +-video_cube_CFLAGS = $(CLUTTER_GST_CFLAGS) $(GST_CFLAGS) +-video_cube_LDFLAGS = \ +- $(CLUTTER_LIBS) \ +- $(GST_LIBS) \ +- $(top_builddir)/clutter-gst/libclutter-gst-@CLUTTER_GST_MAJORMINOR@.la ++#video_cube_SOURCES = video-cube.c ++#video_cube_CFLAGS = $(CLUTTER_GST_CFLAGS) $(GST_CFLAGS) ++#video_cube_LDFLAGS = \ ++# $(CLUTTER_LIBS) \ ++# $(GST_LIBS) \ ++# $(top_builddir)/clutter-gst/libclutter-gst-@CLUTTER_GST_MAJORMINOR@.la + + video_sink_SOURCES = video-sink.c + video_sink_CFLAGS = $(CLUTTER_GST_CFLAGS) $(GST_CFLAGS) +Index: clutter-gst/doc/reference/Makefile.am +=================================================================== +--- clutter-gst.orig/doc/reference/Makefile.am 2007-07-10 13:01:17.000000000 +0100 ++++ clutter-gst/doc/reference/Makefile.am 2007-07-10 13:02:50.000000000 +0100 +@@ -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 -- cgit v1.2.3