diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-30 20:52:36 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-30 20:52:36 +0000 |
commit | 8d323d565ce397434ea61bcb48af7a6d571da167 (patch) | |
tree | d048c2866ed76d676d90f9ed635b30a30db7d30b /gtk+/gtk+_2.4.3.oe | |
parent | 69fb3be5c79d9c80f2f4fa9c1138e2e7b6e58c3c (diff) |
add spinbutton patch
BKrev: 40e328149k2hBH2b3jwkPa9lIEvnhg
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 eeaad2bec7..6e292a1600 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 = "r1" +PR = "r2" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+-${PV}.tar.bz2 \ file://no-demos.patch;patch=1 \ @@ -13,6 +13,7 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+-${PV}.tar.bz2 \ file://automake-lossage.patch;patch=1 \ file://gtk+-handhelds.patch;patch=1 \ file://hardcoded_libtool.patch;patch=1 \ + file://spinbutton.patch;patch=1 \ file://gtk-doc.m4" inherit autotools pkgconfig flow-lossage |