summaryrefslogtreecommitdiff
path: root/meta/packages/gtk+/gtk+_2.12.3.bb
diff options
context:
space:
mode:
authorTomas Frydrych <tf@openedhand.com>2008-01-04 15:51:51 +0000
committerTomas Frydrych <tf@openedhand.com>2008-01-04 15:51:51 +0000
commit9ea75153131c3bedd234ea6a7c1534093d2d9f2a (patch)
tree9ce1f2833b7a7784bcc9f9b3b2f4ec04a5290561 /meta/packages/gtk+/gtk+_2.12.3.bb
parentfe7eb79225aa51bc919357f395564eb4f5e0e6a6 (diff)
downloadopenembedded-core-9ea75153131c3bedd234ea6a7c1534093d2d9f2a.tar.gz
openembedded-core-9ea75153131c3bedd234ea6a7c1534093d2d9f2a.tar.bz2
openembedded-core-9ea75153131c3bedd234ea6a7c1534093d2d9f2a.tar.xz
openembedded-core-9ea75153131c3bedd234ea6a7c1534093d2d9f2a.zip
ported filechooser patcheas to gtk 2.12.3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3408 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk+/gtk+_2.12.3.bb')
-rw-r--r--meta/packages/gtk+/gtk+_2.12.3.bb19
1 files changed, 12 insertions, 7 deletions
diff --git a/meta/packages/gtk+/gtk+_2.12.3.bb b/meta/packages/gtk+/gtk+_2.12.3.bb
index 2060dc2bc..398f01ba0 100644
--- a/meta/packages/gtk+/gtk+_2.12.3.bb
+++ b/meta/packages/gtk+/gtk+_2.12.3.bb
@@ -1,10 +1,10 @@
require gtk+.inc
DEPENDS += "cairo"
-PR = "r2"
+PR = "r3"
# disable per default - untested and not all patches included.
-DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE = "-1"
SRC_URI = "http://download.gnome.org/sources/gtk+/2.12/gtk+-${PV}.tar.bz2 \
file://xsettings.patch;patch=1 \
@@ -12,16 +12,21 @@ SRC_URI = "http://download.gnome.org/sources/gtk+/2.12/gtk+-${PV}.tar.bz2 \
file://disable-print.patch;patch=1 \
file://hardcoded_libtool.patch;patch=1 \
file://no-demos.patch;patch=1 \
- file://cellrenderer-cairo.patch;patch=1;pnum=0 \
- file://entry-cairo.patch;patch=1;pnum=0 \
- file://toggle-font.diff;patch=1;pnum=0 \
- file://scrolled-placement.patch;patch=1;pnum=0"
+ file://cellrenderer-cairo.patch;patch=1;pnum=0 \
+ file://entry-cairo.patch;patch=1;pnum=0 \
+ file://toggle-font.diff;patch=1;pnum=0 \
+ file://scrolled-placement.patch;patch=1;pnum=0 \
+ file://filesystem-volumes.patch;patch=1 \
+ file://filechooser-utils.patch;patch=1 \
+ file://filechooser.patch;patch=1 \
+ file://filechooser-default.patch;patch=1 \
# temporary
# file://gtklabel-resize-patch;patch=1 \
# file://menu-deactivate.patch;patch=1 \
# file://combo-arrow-size.patch;patch=1;pnum=0 \
# die die die
-# file://pangoxft2.10.6.diff;patch=1"
+# file://pangoxft2.10.6.diff;patch=1 \
+ "
EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest --enable-display-migration"