mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
0.90.2 depends on unstable gtk+-2.90.x that is not in poky, so pick up one version prior to it. Also rebase disable_deprecated.patch to keep the API compatibility with gtk+ and install example binary for poky-image-clutter. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
20 lines
627 B
Diff
20 lines
627 B
Diff
Enable GTK_WIDGET macros
|
|
|
|
This patch enables the macros that clutter-gtk is still using
|
|
|
|
Signed-off-by: Saul Wold <sgw@linux.intel.com>
|
|
|
|
Index: git/clutter-gtk/Makefile.am
|
|
===================================================================
|
|
--- git.orig/clutter-gtk/Makefile.am 2011-01-30 13:10:29.000000000 +0800
|
|
+++ git/clutter-gtk/Makefile.am 2011-01-30 13:15:09.000000000 +0800
|
|
@@ -15,8 +15,6 @@
|
|
-DCLUTTER_GTK_COMPILATION \
|
|
-DG_DISABLE_DEPRECATED \
|
|
-DGDK_PIXBUF_DISABLE_DEPRECATED \
|
|
- -DGDK_DISABLE_DEPRECATED \
|
|
- -DGTK_DISABLE_DEPRECATED \
|
|
-DCLUTTER_DISABLE_DEPRECATED \
|
|
$(CLUTTER_GTK_DEBUG_CFLAGS) \
|
|
$(NULL)
|