summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-09-03 09:37:04 +0000
committerRoss Burton <ross@openedhand.com>2007-09-03 09:37:04 +0000
commit1bce4f37f8f84ae7fcb482132e0db497a7b5c4b6 (patch)
tree421cc01229d13a1faf6b37001c1fca75410d63ca /meta/packages/gtk+
parentdf44bc8b48a1e56abfe18d3e3fa759ed3927025b (diff)
downloadpoky-1bce4f37f8f84ae7fcb482132e0db497a7b5c4b6.tar.gz
Remove xsettings.patch, I can't see the point of it
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2674 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk+')
-rw-r--r--meta/packages/gtk+/gtk+_2.10.14.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gtk+/gtk+_2.10.14.bb b/meta/packages/gtk+/gtk+_2.10.14.bb
index 9ddbb7218f..461ae7a793 100644
--- a/meta/packages/gtk+/gtk+_2.10.14.bb
+++ b/meta/packages/gtk+/gtk+_2.10.14.bb
@@ -1,7 +1,7 @@
1require gtk+.inc 1require gtk+.inc
2 2
3DEPENDS += "cairo" 3DEPENDS += "cairo"
4PR = "r15" 4PR = "r16"
5 5
6# disable per default - untested and not all patches included. 6# disable per default - untested and not all patches included.
7DEFAULT_PREFERENCE = "-1" 7DEFAULT_PREFERENCE = "-1"
@@ -9,7 +9,6 @@ DEFAULT_PREFERENCE = "-1"
9SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \ 9SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \
10 file://gtklabel-resize-patch;patch=1 \ 10 file://gtklabel-resize-patch;patch=1 \
11 file://menu-deactivate.patch;patch=1 \ 11 file://menu-deactivate.patch;patch=1 \
12 file://xsettings.patch;patch=1 \
13 file://small-gtkfilesel.patch;patch=1 \ 12 file://small-gtkfilesel.patch;patch=1 \
14 file://run-iconcache.patch;patch=1 \ 13 file://run-iconcache.patch;patch=1 \
15 file://disable-print.patch;patch=1 \ 14 file://disable-print.patch;patch=1 \
@@ -26,6 +25,7 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \
26 file://filechooser.patch;patch=1 \ 25 file://filechooser.patch;patch=1 \
27 file://filechooser-default.patch;patch=1 \ 26 file://filechooser-default.patch;patch=1 \
28 file://filechooser-respect-style.patch;patch=1" 27 file://filechooser-respect-style.patch;patch=1"
28#file://xsettings.patch;patch=1 \
29#file://pangoxft2.10.6.diff;patch=1" 29#file://pangoxft2.10.6.diff;patch=1"
30 30
31 31