diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-05 18:26:28 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-05 18:26:28 +0000 |
commit | 5dde4b62d1469af41040b9e621b31a62f3ed63bd (patch) | |
tree | de844f0abc3ac5bfbe1063066569532e349eb8be /gtk+ | |
parent | 20fc2e9e0e0e1b9d86706762bf17ba3f5e3fa4c7 (diff) |
add patch for gtk label resizing problem
BKrev: 40e99d54BWmDCg3hJvDfPbuN7RJcvQ
Diffstat (limited to 'gtk+')
-rw-r--r-- | gtk+/gtk+-2.4.3/gtklabel-resize-patch | 0 | ||||
-rw-r--r-- | gtk+/gtk+_2.4.3.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gtk+/gtk+-2.4.3/gtklabel-resize-patch b/gtk+/gtk+-2.4.3/gtklabel-resize-patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gtk+/gtk+-2.4.3/gtklabel-resize-patch diff --git a/gtk+/gtk+_2.4.3.oe b/gtk+/gtk+_2.4.3.oe index cd7eba7beb..d00659bd6f 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 = "r3" +PR = "r4" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+-${PV}.tar.bz2 \ file://no-demos.patch;patch=1 \ @@ -15,6 +15,7 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+-${PV}.tar.bz2 \ file://hardcoded_libtool.patch;patch=1 \ file://spinbutton.patch;patch=1 \ file://disable-tooltips.patch;patch=1 \ + file://gtklabel-resize-patch;patch=1 \ file://gtk-doc.m4" inherit autotools pkgconfig flow-lossage |