mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
Added a patch to enable GTK_WIDGET macros properly Added LIC_FILES_CHKSUM Fixed up LICENSE Metadata Signed-off-by: Saul Wold <sgw@linux.intel.com>
19 lines
597 B
Diff
19 lines
597 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 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)
|