diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-gtk/disable_deprecated.patch')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gtk/disable_deprecated.patch | 21 |
1 files changed, 0 insertions, 21 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 = \ | ||