diff options
Diffstat (limited to 'gtk+/gtk+_2.4.3.oe')
-rw-r--r-- | gtk+/gtk+_2.4.3.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk+/gtk+_2.4.3.oe b/gtk+/gtk+_2.4.3.oe index 6e292a1600..cd7eba7beb 100644 --- a/gtk+/gtk+_2.4.3.oe +++ b/gtk+/gtk+_2.4.3.oe @@ -5,7 +5,7 @@ SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Philip Blundell <pb@handhelds.org>" DEPENDS = "glib-2.0 pango atk jpeg libpng xext" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+-${PV}.tar.bz2 \ file://no-demos.patch;patch=1 \ @@ -14,6 +14,7 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+-${PV}.tar.bz2 \ file://gtk+-handhelds.patch;patch=1 \ file://hardcoded_libtool.patch;patch=1 \ file://spinbutton.patch;patch=1 \ + file://disable-tooltips.patch;patch=1 \ file://gtk-doc.m4" inherit autotools pkgconfig flow-lossage |