gtk: enable XDamage, XRender, XComposite support

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3334 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-12-17 21:14:01 +00:00
parent cfd98f5000
commit 73b9bf2e15
4 changed files with 6 additions and 5 deletions

View 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

View 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"

View 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"

View 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"