summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+_2.6.10.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-07-26 16:12:11 +0000
committerRoss Burton <ross@openedhand.com>2007-07-26 16:12:11 +0000
commit7d9c3749e535cb5b51402299d58bab4104880d8f (patch)
tree4ed3cb07d8361edde6596b1e950e4f57eb368df4 /meta/packages/gtk+/gtk+_2.6.10.bb
parent24f13ade828c10aee426164e9a35d455027e3358 (diff)
downloadpoky-7d9c3749e535cb5b51402299d58bab4104880d8f.tar.gz
Add a bit of a hack patch to disable frantic redrawing of GtkRange when they move, so that the contents has a change on slower devices
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2234 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk+/gtk+_2.6.10.bb')
-rw-r--r--meta/packages/gtk+/gtk+_2.6.10.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/gtk+/gtk+_2.6.10.bb b/meta/packages/gtk+/gtk+_2.6.10.bb
index 0ec21848ff..d7199ef1dd 100644
--- a/meta/packages/gtk+/gtk+_2.6.10.bb
+++ b/meta/packages/gtk+/gtk+_2.6.10.bb
@@ -1,6 +1,6 @@
1require gtk+.inc 1require gtk+.inc
2 2
3PR = "r11" 3PR = "r12"
4 4
5SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-${PV}.tar.bz2 \ 5SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-${PV}.tar.bz2 \
6 file://no-demos.patch;patch=1 \ 6 file://no-demos.patch;patch=1 \
@@ -17,6 +17,7 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-${PV}.tar.bz2 \
17 file://filechooser-default.patch;patch=1 \ 17 file://filechooser-default.patch;patch=1 \
18 file://toggle-font.diff;patch=1;pnum=0 \ 18 file://toggle-font.diff;patch=1;pnum=0 \
19 file://combo-arrow-size.patch;patch=1;pnum=0 \ 19 file://combo-arrow-size.patch;patch=1;pnum=0 \
20 file://range-no-redraw.patch;patch=1;pnum=0 \
20 " 21 "
21 22
22EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest" 23EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest"