1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

Fix glade build on newer GTK+ by disabling the deprecation guards

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2307 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-08-02 06:15:02 +00:00
parent f6a013b161
commit a0fcf8be23
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -1,10 +1,11 @@
--- 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 @@
@@ -30,10 +30,6 @@
-I$(top_srcdir) \
$(LIBGLADE_CFLAGS) \
-DGLADE_LIBDIR=\""$(libdir)"\" \
- -DG_DISABLE_DEPRECATED \
-DGDK_DISABLE_DEPRECATED \
-DGDK_PIXBUF_DISABLE_DEPRECATED \
-DGTK_DISABLE_DEPRECATED \
- -DGDK_DISABLE_DEPRECATED \
- -DGDK_PIXBUF_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
-DGNOME_DISABLE_DEPRECATED
+1 -1
View File
@@ -6,7 +6,7 @@ DEPENDS = "gtk+ gtk-doc"
inherit autotools pkgconfig gnome
PR = "r1"
PR = "r2"
SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1 \
file://no-deprecation.patch;patch=1"