summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/clutter/clutter-cairo/enable_examples-0.6.patch
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2011-05-10 15:49:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-11 16:47:55 +0100
commit7aca3963e9c326e07b58240c3e5c9e2cc6eaf99e (patch)
tree470e231bbd81973f4360fc7873b3fc20975bccc8 /meta/recipes-graphics/clutter/clutter-cairo/enable_examples-0.6.patch
parent58f8eb15eea892b2694478bbc71e8c907014509b (diff)
downloadopenembedded-core-7aca3963e9c326e07b58240c3e5c9e2cc6eaf99e.tar.gz
openembedded-core-7aca3963e9c326e07b58240c3e5c9e2cc6eaf99e.tar.bz2
openembedded-core-7aca3963e9c326e07b58240c3e5c9e2cc6eaf99e.tar.xz
openembedded-core-7aca3963e9c326e07b58240c3e5c9e2cc6eaf99e.zip
clutter-cairo: remove remaining files from this obsolete recipe
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-cairo/enable_examples-0.6.patch')
-rw-r--r--meta/recipes-graphics/clutter/clutter-cairo/enable_examples-0.6.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-cairo/enable_examples-0.6.patch b/meta/recipes-graphics/clutter/clutter-cairo/enable_examples-0.6.patch
deleted file mode 100644
index 3baea4c5c..000000000
--- a/meta/recipes-graphics/clutter/clutter-cairo/enable_examples-0.6.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Index: clutter-cairo-0-6/examples/Makefile.am
-===================================================================
---- clutter-cairo-0-6.orig/examples/Makefile.am 2008-10-02 22:03:18.000000000 +0100
-+++ clutter-cairo-0-6/examples/Makefile.am 2008-10-02 22:03:31.000000000 +0100
-@@ -1,4 +1,4 @@
--noinst_PROGRAMS = clock flowers
-+bin_PROGRAMS = clock flowers
-
- INCLUDES = -I$(top_srcdir)/ @GCC_FLAGS@ @DEPS_CFLAGS@
- AM_LDFLAGS = @DEPS_LIBS@ $(top_builddir)/libclutter-cairo-@CLUTTER_CAIRO_MAJORMINOR@.la
-Index: clutter-cairo-0-6/examples/flowers.c
-===================================================================
---- clutter-cairo-0-6.orig/examples/flowers.c 2008-10-02 22:03:23.000000000 +0100
-+++ clutter-cairo-0-6/examples/flowers.c 2008-10-02 22:03:39.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
- {