diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-02 06:15:02 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-02 06:15:02 +0000 |
commit | a0fcf8be2351c5c384105acf625b0c2840079164 (patch) | |
tree | b5c2e52355a62b3020654195fb0c2bdbefea406c /meta | |
parent | f6a013b1616481d3d0b6acf2464870c673048c81 (diff) | |
download | poky-a0fcf8be2351c5c384105acf625b0c2840079164.tar.gz |
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
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/libglade/libglade-2.5.1/no-deprecation.patch | 9 | ||||
-rw-r--r-- | meta/packages/libglade/libglade_2.5.1.bb | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/meta/packages/libglade/libglade-2.5.1/no-deprecation.patch b/meta/packages/libglade/libglade-2.5.1/no-deprecation.patch index 9ef8f0738e..514c761b01 100644 --- a/meta/packages/libglade/libglade-2.5.1/no-deprecation.patch +++ b/meta/packages/libglade/libglade-2.5.1/no-deprecation.patch | |||
@@ -1,10 +1,11 @@ | |||
1 | --- libglade-2.5.1/glade/Makefile.am.old 2006-04-25 21:03:25.000000000 +0100 | 1 | --- libglade-2.5.1/glade/Makefile.am.old 2006-04-25 21:03:25.000000000 +0100 |
2 | +++ libglade-2.5.1/glade/Makefile.am 2006-04-25 21:03:45.000000000 +0100 | 2 | +++ libglade-2.5.1/glade/Makefile.am 2006-04-25 21:03:45.000000000 +0100 |
3 | @@ -30,7 +30,6 @@ | 3 | @@ -30,10 +30,6 @@ |
4 | -I$(top_srcdir) \ | 4 | -I$(top_srcdir) \ |
5 | $(LIBGLADE_CFLAGS) \ | 5 | $(LIBGLADE_CFLAGS) \ |
6 | -DGLADE_LIBDIR=\""$(libdir)"\" \ | 6 | -DGLADE_LIBDIR=\""$(libdir)"\" \ |
7 | - -DG_DISABLE_DEPRECATED \ | 7 | - -DG_DISABLE_DEPRECATED \ |
8 | -DGDK_DISABLE_DEPRECATED \ | 8 | - -DGDK_DISABLE_DEPRECATED \ |
9 | -DGDK_PIXBUF_DISABLE_DEPRECATED \ | 9 | - -DGDK_PIXBUF_DISABLE_DEPRECATED \ |
10 | -DGTK_DISABLE_DEPRECATED \ | 10 | - -DGTK_DISABLE_DEPRECATED \ |
11 | -DGNOME_DISABLE_DEPRECATED | ||
diff --git a/meta/packages/libglade/libglade_2.5.1.bb b/meta/packages/libglade/libglade_2.5.1.bb index 4dcbe69828..3aa16c4ef7 100644 --- a/meta/packages/libglade/libglade_2.5.1.bb +++ b/meta/packages/libglade/libglade_2.5.1.bb | |||
@@ -6,7 +6,7 @@ DEPENDS = "gtk+ gtk-doc" | |||
6 | 6 | ||
7 | inherit autotools pkgconfig gnome | 7 | inherit autotools pkgconfig gnome |
8 | 8 | ||
9 | PR = "r1" | 9 | PR = "r2" |
10 | 10 | ||
11 | SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1 \ | 11 | SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1 \ |
12 | file://no-deprecation.patch;patch=1" | 12 | file://no-deprecation.patch;patch=1" |