aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gtk+/gtk+_2.10.14.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-23 12:00:56 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-23 12:00:56 +0000
commit5514dd4b36332c42cd1c988abf8be2be3420cb91 (patch)
tree03759795a9a949b2bfbd7e870cf811647bb9d16c /packages/gtk+/gtk+_2.10.14.bb
parent6bdbaa08e091bcd74a1ceab5a188dd90917c6d32 (diff)
downloadopenembedded-5514dd4b36332c42cd1c988abf8be2be3420cb91.tar.gz
gtk+ 2.10.14: add updated versions of cell-renderer and treeview-checkbox patches
Diffstat (limited to 'packages/gtk+/gtk+_2.10.14.bb')
-rw-r--r--packages/gtk+/gtk+_2.10.14.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/gtk+/gtk+_2.10.14.bb b/packages/gtk+/gtk+_2.10.14.bb
index ecee0bf91a..947cf19077 100644
--- a/packages/gtk+/gtk+_2.10.14.bb
+++ b/packages/gtk+/gtk+_2.10.14.bb
@@ -1,6 +1,6 @@
require gtk-2.10.inc
-PR = "r5"
+PR = "r6"
SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \
file://no-xwc.patch;patch=1 \
@@ -19,19 +19,21 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \
file://spinbutton.patch;patch=1 \
file://gtk+-handhelds.patch;patch=1 \
file://filesel-fix-segfault.patch;patch=1 \
- file://toggle-font.diff;patch=1;pnum=0 \
file://combo-arrow-size.patch;patch=1;pnum=0 \
file://range-no-redraw.patch;patch=1;pnum=0 \
file://scrolled-placement.patch;patch=1;pnum=0 \
+ file://treeview-checkbox-size.patch;patch=1;pnum=0 \
+ file://cell-renderer-edit-focus.patch;patch=1;pnum=0 \
"
-#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
+# check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
require gtk-fpu.inc
EXTRA_OECONF += "${@get_gtk_fpu_setting(bb, d)}"
# try to squeeze some more performance out of it
SRC_URI_append_fic-gta01 = " file://lower-quality-scaling-in-pixbuf-engine.patch;patch=1"
SRC_URI_append_fic-gta02 = " file://lower-quality-scaling-in-pixbuf-engine.patch;patch=1"
+
# this doesn't seem to work
SRC_URI_OVERRIDES_PACKAGE_ARCH = "1"
# let's do it manually then