Patch gconf-dbus to build with glib 2.10 (don't define G_DISABLE_DEPRECATED)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@365 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Lord 2006-04-25 19:13:11 +00:00
parent e1256b9d3a
commit 78cf831612
2 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- trunk/examples/basic-gconf-app.c.old 2006-04-25 20:39:48.000000000 +0100
+++ trunk/examples/basic-gconf-app.c 2006-04-25 20:40:11.000000000 +0100
@@ -80,7 +80,7 @@
/* Be clean and pure */
#define GTK_DISABLE_DEPRECATED
-#define G_DISABLE_DEPRECATED
+/*#define G_DISABLE_DEPRECATED*/
#include <gconf/gconf-client.h>
#include <gtk/gtk.h>

View File

@ -8,11 +8,12 @@ RPROVIDES_${PN} = "gconf"
RPROVIDES_${PN}-dev = "gconf-dev"
PV = "0.0+svn${SRCDATE}"
PR = "r0"
PR = "r1"
SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http \
file://gconf-dbus-update.patch;patch=1;pnum=0 \
file://xml-backend-locks-compile-fix.patch;patch=1 \
file://no-deprecation.patch;patch=1 \
file://xml-backend-oldxml-Makefile.patch \
file://69gconfd-dbus"