diff options
author | Richard Purdie <richard@openedhand.com> | 2008-08-11 17:06:57 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-08-11 17:06:57 +0000 |
commit | fc05d6187895a3b8e51ccb84e5232c6a40f44c46 (patch) | |
tree | 8932e2a94661a53ddbd1e2541b792e149b90a9da /meta/packages/clutter/clutter-cairo | |
parent | b1b30e698a522b62d1dd21b8f4c59fd17c707cc0 (diff) | |
download | openembedded-core-fc05d6187895a3b8e51ccb84e5232c6a40f44c46.tar.gz openembedded-core-fc05d6187895a3b8e51ccb84e5232c6a40f44c46.tar.bz2 openembedded-core-fc05d6187895a3b8e51ccb84e5232c6a40f44c46.tar.xz openembedded-core-fc05d6187895a3b8e51ccb84e5232c6a40f44c46.zip |
clutter-*: Updates to work with clutter 0.8 and later svn
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5050 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/clutter/clutter-cairo')
-rw-r--r-- | meta/packages/clutter/clutter-cairo/enable_examples.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/packages/clutter/clutter-cairo/enable_examples.patch b/meta/packages/clutter/clutter-cairo/enable_examples.patch index c1cddf684..c5ed63ff1 100644 --- a/meta/packages/clutter/clutter-cairo/enable_examples.patch +++ b/meta/packages/clutter/clutter-cairo/enable_examples.patch @@ -5,18 +5,18 @@ Index: clutter-cairo/examples/Makefile.am =================================================================== ---- clutter-cairo.orig/examples/Makefile.am 2007-07-10 00:25:03.000000000 +0100 -+++ clutter-cairo/examples/Makefile.am 2007-07-10 12:06:49.000000000 +0100 +--- 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 -+bin_PROGRAMS = clock flowers +-noinst_PROGRAMS = clock flowers bubbles ++bin_PROGRAMS = clock flowers bubbles INCLUDES = -I$(top_srcdir)/ @GCC_FLAGS@ @DEPS_CFLAGS@ - LDFLAGS = @DEPS_LIBS@ $(top_builddir)/libclutter-cairo-@CLUTTER_CAIRO_MAJORMINOR@.la + AM_LDFLAGS = @DEPS_LIBS@ $(top_builddir)/libclutter-cairo-@CLUTTER_CAIRO_MAJORMINOR@.la Index: clutter-cairo/examples/flowers.c =================================================================== ---- clutter-cairo.orig/examples/flowers.c 2007-07-10 12:30:44.000000000 +0100 -+++ clutter-cairo/examples/flowers.c 2007-07-10 12:30:51.000000000 +0100 +--- 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 |