From 0c02e2db99a99aac1137a7976c3bc47bb8557afa Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 16 Nov 2010 10:07:34 -0800 Subject: clutter-gtk-1.0: Fix build issues for world build Added a patch to enable GTK_WIDGET macros properly Added LIC_FILES_CHKSUM Fixed up LICENSE Metadata Signed-off-by: Saul Wold --- .../clutter/clutter-gtk/disable_deprecated.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-graphics/clutter/clutter-gtk/disable_deprecated.patch (limited to 'meta/recipes-graphics/clutter/clutter-gtk') diff --git a/meta/recipes-graphics/clutter/clutter-gtk/disable_deprecated.patch b/meta/recipes-graphics/clutter/clutter-gtk/disable_deprecated.patch new file mode 100644 index 0000000000..fbfaceeefd --- /dev/null +++ b/meta/recipes-graphics/clutter/clutter-gtk/disable_deprecated.patch @@ -0,0 +1,18 @@ +Enable GTK_WIDGET macros + +This patch enables the macros that clutter-gtk is still using + +Signed-off-by: Saul Wold + +Index: git/clutter-gtk/Makefile.am +=================================================================== +--- git.orig/clutter-gtk/Makefile.am 2010-11-16 11:04:29.000000000 -0800 ++++ git/clutter-gtk/Makefile.am 2010-11-16 11:06:16.278993999 -0800 +@@ -16,7 +16,6 @@ + -DG_DISABLE_DEPRECATED \ + -DGDK_PIXBUF_DISABLE_DEPRECATED \ + -DGDK_DISABLE_DEPRECATED \ +- -DGTK_DISABLE_DEPRECATED \ + -DCLUTTER_DISABLE_DEPRECATED \ + $(CLUTTER_GTK_DEBUG_CFLAGS) \ + $(NULL) -- cgit v1.2.3-54-g00ecf