From 7aca3963e9c326e07b58240c3e5c9e2cc6eaf99e Mon Sep 17 00:00:00 2001 From: Zhai Edwin Date: Tue, 10 May 2011 15:49:12 +0800 Subject: clutter-cairo: remove remaining files from this obsolete recipe Signed-off-by: Zhai Edwin --- .../clutter/clutter-cairo/enable_examples.patch | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 meta/recipes-graphics/clutter/clutter-cairo/enable_examples.patch (limited to 'meta/recipes-graphics/clutter/clutter-cairo/enable_examples.patch') diff --git a/meta/recipes-graphics/clutter/clutter-cairo/enable_examples.patch b/meta/recipes-graphics/clutter/clutter-cairo/enable_examples.patch deleted file mode 100644 index c5ed63ff12..0000000000 --- a/meta/recipes-graphics/clutter/clutter-cairo/enable_examples.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- - examples/Makefile.am | 2 +- - examples/flowers.c | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -Index: clutter-cairo/examples/Makefile.am -=================================================================== ---- clutter-cairo.orig/examples/Makefile.am 2008-08-11 16:30:04.000000000 +0100 -+++ clutter-cairo/examples/Makefile.am 2008-08-11 16:30:24.000000000 +0100 -@@ -1,4 +1,4 @@ --noinst_PROGRAMS = clock flowers bubbles -+bin_PROGRAMS = clock flowers bubbles - - INCLUDES = -I$(top_srcdir)/ @GCC_FLAGS@ @DEPS_CFLAGS@ - AM_LDFLAGS = @DEPS_LIBS@ $(top_builddir)/libclutter-cairo-@CLUTTER_CAIRO_MAJORMINOR@.la -Index: clutter-cairo/examples/flowers.c -=================================================================== ---- clutter-cairo.orig/examples/flowers.c 2008-08-11 16:30:04.000000000 +0100 -+++ clutter-cairo/examples/flowers.c 2008-08-11 16:30:10.000000000 +0100 -@@ -11,7 +11,7 @@ - - #define PETAL_MIN 20 - #define PETAL_VAR 40 --#define N_FLOWERS 40 /* reduce if you have a small card */ -+#define N_FLOWERS 8 /* reduce if you have a small card */ - - typedef struct Flower - { -- cgit v1.2.3