summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+_2.10.6.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2006-12-22 13:11:47 +0000
committerRoss Burton <ross@openedhand.com>2006-12-22 13:11:47 +0000
commitd9b82c5938dda0a37ed63fe27dc966b4451eabba (patch)
treef6e2f4b3264f51e0d41a80a58dd5ee0bcb8d4417 /meta/packages/gtk+/gtk+_2.10.6.bb
parentfa0d16a86bcf5c32626dc116ba82651b4d050e53 (diff)
downloadpoky-d9b82c5938dda0a37ed63fe27dc966b4451eabba.tar.gz
Disable xft patch, and instead patch out GTK+ from GtkEntry and GtkCellRenderer
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1084 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk+/gtk+_2.10.6.bb')
-rw-r--r--meta/packages/gtk+/gtk+_2.10.6.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/packages/gtk+/gtk+_2.10.6.bb b/meta/packages/gtk+/gtk+_2.10.6.bb
index a414f4d356..dc762d41cf 100644
--- a/meta/packages/gtk+/gtk+_2.10.6.bb
+++ b/meta/packages/gtk+/gtk+_2.10.6.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.gtk.org"
5SECTION = "libs" 5SECTION = "libs"
6PRIORITY = "optional" 6PRIORITY = "optional"
7DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc libgcrypt cairo" 7DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc libgcrypt cairo"
8PR = "r3" 8PR = "r4"
9 9
10# disable per default - untested and not all patches included. 10# disable per default - untested and not all patches included.
11DEFAULT_PREFERENCE = "-1" 11DEFAULT_PREFERENCE = "-1"
@@ -24,7 +24,9 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \
24 file://disable-print.patch;patch=1 \ 24 file://disable-print.patch;patch=1 \
25 file://hardcoded_libtool.patch;patch=1 \ 25 file://hardcoded_libtool.patch;patch=1 \
26 file://no-demos.patch;patch=1 \ 26 file://no-demos.patch;patch=1 \
27 file://pangoxft2.10.6.diff;patch=1" 27 file://cellrenderer-cairo.patch;patch=1;pnum=0 \
28 file://entry-cairo.patch;patch=1;pnum=0"
29# file://pangoxft2.10.6.diff;patch=1"
28# file://gtk+-handhelds.patch;patch=1 30# file://gtk+-handhelds.patch;patch=1
29# file://single-click.patch;patch=1 31# file://single-click.patch;patch=1
30# file://spinbutton.patch;patch=1 \ 32# file://spinbutton.patch;patch=1 \