aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gtk+/gtk+_2.10.14.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-07-28 12:09:24 +0000
committerKoen Kooi <koen@openembedded.org>2007-07-28 12:09:24 +0000
commit14b8cf01f0745d97ad21d17f979b469dfcc3bbc4 (patch)
treed85d8c6c8a315d0c0002c839014f820010fdfe5d /packages/gtk+/gtk+_2.10.14.bb
parentda2c653f899b4fcc10e2aeda1f7cb7a231f808ab (diff)
downloadopenembedded-14b8cf01f0745d97ad21d17f979b469dfcc3bbc4.tar.gz
gtk 2.10.14: add some patches from poky to have some widgets behave better on high-dpi screens
Diffstat (limited to 'packages/gtk+/gtk+_2.10.14.bb')
-rw-r--r--packages/gtk+/gtk+_2.10.14.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/gtk+/gtk+_2.10.14.bb b/packages/gtk+/gtk+_2.10.14.bb
index 4e85db45af..3aaa0d6bec 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 = "r0"
+PR = "r1"
# disable per default - untested and not all patches included.
DEFAULT_PREFERENCE = "-1"
@@ -22,7 +22,11 @@ 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 \
+ "
#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
require gtk-fpu.inc