]> code.ossystems Code Review - openembedded-core.git/commitdiff
gtk: enable XDamage, XRender, XComposite support
authorMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 17 Dec 2007 21:14:01 +0000 (21:14 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 17 Dec 2007 21:14:01 +0000 (21:14 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3334 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gtk+/gtk+.inc
meta/packages/gtk+/gtk+_2.10.14.bb
meta/packages/gtk+/gtk+_2.12.3.bb
meta/packages/gtk+/gtk+_2.6.10.bb

index bddc98072e8923035a933ad359f1a1087d5dac74..cebcd4e0ee63e2152270457fe4db2967baf05804 100644 (file)
@@ -4,7 +4,8 @@ HOMEPAGE = "http://www.gtk.org"
 SECTION = "libs"
 LICENSE = "LGPL"
 PRIORITY = "optional"
-DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc-native libgcrypt"
+DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc-native \
+           libgcrypt libxdamage libxrender libxcomposite"
 
 inherit autotools pkgconfig
 
index 5fdcce31c77de68b160a1ecf1d797918e4f1c3d3..54da71d7db369594f36985b0dbf5ede8b34f67ba 100644 (file)
@@ -1,7 +1,7 @@
 require gtk+.inc
 
 DEPENDS += "cairo"
-PR = "r18"
+PR = "r19"
 
 # disable per default - untested and not all patches included.
 DEFAULT_PREFERENCE = "-1" 
index a9facbb61a88e5921715436633d56a3f01521106..2060dc2bc2edf123ab40697a9bea7426440863f1 100644 (file)
@@ -1,7 +1,7 @@
 require gtk+.inc
 
 DEPENDS += "cairo"
-PR = "r1"
+PR = "r2"
 
 # disable per default - untested and not all patches included.
 DEFAULT_PREFERENCE = "-1" 
index 6196a55cf99337914097f474e184382ae85d3b00..73e6fc39540f0b9b327c5aaebd6c015f3fc0dca5 100644 (file)
@@ -1,6 +1,6 @@
 require gtk+.inc
 
-PR = "r14"
+PR = "r15"
 
 SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-${PV}.tar.bz2 \
            file://no-demos.patch;patch=1 \
@@ -17,7 +17,7 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-${PV}.tar.bz2 \
           file://filechooser-default.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://range-no-redraw.patch;patch=1;pnum=0 \
           "
 
 EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest"