diff options
| author | Tomas Frydrych <tomas@sleepfive.com> | 2013-05-20 16:05:23 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-21 09:30:16 +0100 |
| commit | 59cea9cdf511f49931d6fd8fa213525cf8d675cf (patch) | |
| tree | 08fe2e14ed9ea9d4087a1fa6f8603394114bbf91 /meta/recipes-graphics/clutter/clutter-gtk | |
| parent | e77a014df21f301a8a0b746a4a1f712595ebcbaf (diff) | |
| download | poky-59cea9cdf511f49931d6fd8fa213525cf8d675cf.tar.gz | |
clutter-gtk: Replace with 1.4.2 version
(From OE-Core rev: 095581d3b888ba702ba0b1b7e9e3ef8fe69dc164)
Signed-off-by: Tomas Frydrych <tomas@sleepfive.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-gtk')
| -rw-r--r-- | meta/recipes-graphics/clutter/clutter-gtk/disable_deprecated.patch | 21 | ||||
| -rw-r--r-- | meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch | 18 |
2 files changed, 0 insertions, 39 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gtk/disable_deprecated.patch b/meta/recipes-graphics/clutter/clutter-gtk/disable_deprecated.patch deleted file mode 100644 index f44755b3a6..0000000000 --- a/meta/recipes-graphics/clutter/clutter-gtk/disable_deprecated.patch +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | Enable GTK_WIDGET macros | ||
| 2 | |||
| 3 | This patch enables the macros that clutter-gtk is still using | ||
| 4 | |||
| 5 | Signed-off-by: Saul Wold <sgw@linux.intel.com> | ||
| 6 | |||
| 7 | Upstream-Status: Inappropriate [configuration] | ||
| 8 | |||
| 9 | Index: git/clutter-gtk/Makefile.am | ||
| 10 | =================================================================== | ||
| 11 | --- git.orig/clutter-gtk/Makefile.am 2011-05-04 14:07:20.000000000 -0700 | ||
| 12 | +++ git/clutter-gtk/Makefile.am 2011-05-04 14:25:34.013984328 -0700 | ||
| 13 | @@ -8,8 +8,6 @@ | ||
| 14 | -DCLUTTER_GTK_COMPILATION \ | ||
| 15 | -DG_DISABLE_DEPRECATED \ | ||
| 16 | -DGDK_PIXBUF_DISABLE_DEPRECATED \ | ||
| 17 | - -DGDK_DISABLE_DEPRECATED \ | ||
| 18 | - -DGTK_DISABLE_DEPRECATED \ | ||
| 19 | -DCLUTTER_DISABLE_DEPRECATED | ||
| 20 | |||
| 21 | AM_CPPFLAGS = \ | ||
diff --git a/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch b/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch deleted file mode 100644 index bedf80e196..0000000000 --- a/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | Install the test binary needed for core-image-clutter | ||
| 2 | |||
| 3 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> | ||
| 4 | |||
| 5 | Upstream-Status: Inappropriate [configuration] | ||
| 6 | |||
| 7 | Index: git/examples/Makefile.am | ||
| 8 | =================================================================== | ||
| 9 | --- git.orig/examples/Makefile.am 2011-05-04 14:07:20.000000000 -0700 | ||
| 10 | +++ git/examples/Makefile.am 2011-05-04 14:38:29.785984519 -0700 | ||
| 11 | @@ -1,6 +1,6 @@ | ||
| 12 | NULL = | ||
| 13 | |||
| 14 | -noinst_PROGRAMS = \ | ||
| 15 | +bin_PROGRAMS = \ | ||
| 16 | gtk-clutter-events \ | ||
| 17 | gtk-clutter-multistage \ | ||
| 18 | gtk-clutter-test \ | ||
