Patch to disable G_DISABLE_DEPRECATED for libglade, to build with glib 2.10

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

View File

@ -0,0 +1,10 @@
--- libglade-2.5.1/glade/Makefile.am.old 2006-04-25 21:03:25.000000000 +0100
+++ libglade-2.5.1/glade/Makefile.am 2006-04-25 21:03:45.000000000 +0100
@@ -30,7 +30,6 @@
-I$(top_srcdir) \
$(LIBGLADE_CFLAGS) \
-DGLADE_LIBDIR=\""$(libdir)"\" \
- -DG_DISABLE_DEPRECATED \
-DGDK_DISABLE_DEPRECATED \
-DGDK_PIXBUF_DISABLE_DEPRECATED \
-DGTK_DISABLE_DEPRECATED \

View File

@ -7,9 +7,10 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
inherit autotools pkgconfig gnome
PR = "r0"
PR = "r1"
SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1"
SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1 \
file://no-deprecation.patch;patch=1"
EXTRA_OECONF += "--without-libxml2"