diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-17 21:14:01 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-17 21:14:01 +0000 |
commit | 73b9bf2e1525546e85bc2a7657fb45f6c07e7dcb (patch) | |
tree | e435eb66935e1c8104f605e9b8a08aa9bc9bb9e1 | |
parent | cfd98f5000b28c9f2958600ba8cebf457ca8f67c (diff) | |
download | poky-73b9bf2e1525546e85bc2a7657fb45f6c07e7dcb.tar.gz |
gtk: enable XDamage, XRender, XComposite support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3334 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/gtk+/gtk+.inc | 3 | ||||
-rw-r--r-- | meta/packages/gtk+/gtk+_2.10.14.bb | 2 | ||||
-rw-r--r-- | meta/packages/gtk+/gtk+_2.12.3.bb | 2 | ||||
-rw-r--r-- | meta/packages/gtk+/gtk+_2.6.10.bb | 4 |
4 files changed, 6 insertions, 5 deletions
diff --git a/meta/packages/gtk+/gtk+.inc b/meta/packages/gtk+/gtk+.inc index bddc98072e..cebcd4e0ee 100644 --- a/meta/packages/gtk+/gtk+.inc +++ b/meta/packages/gtk+/gtk+.inc | |||
@@ -4,7 +4,8 @@ HOMEPAGE = "http://www.gtk.org" | |||
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "LGPL" | 5 | LICENSE = "LGPL" |
6 | PRIORITY = "optional" | 6 | PRIORITY = "optional" |
7 | DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc-native libgcrypt" | 7 | DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc-native \ |
8 | libgcrypt libxdamage libxrender libxcomposite" | ||
8 | 9 | ||
9 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
10 | 11 | ||
diff --git a/meta/packages/gtk+/gtk+_2.10.14.bb b/meta/packages/gtk+/gtk+_2.10.14.bb index 5fdcce31c7..54da71d7db 100644 --- a/meta/packages/gtk+/gtk+_2.10.14.bb +++ b/meta/packages/gtk+/gtk+_2.10.14.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require gtk+.inc | 1 | require gtk+.inc |
2 | 2 | ||
3 | DEPENDS += "cairo" | 3 | DEPENDS += "cairo" |
4 | PR = "r18" | 4 | PR = "r19" |
5 | 5 | ||
6 | # disable per default - untested and not all patches included. | 6 | # disable per default - untested and not all patches included. |
7 | DEFAULT_PREFERENCE = "-1" | 7 | DEFAULT_PREFERENCE = "-1" |
diff --git a/meta/packages/gtk+/gtk+_2.12.3.bb b/meta/packages/gtk+/gtk+_2.12.3.bb index a9facbb61a..2060dc2bc2 100644 --- a/meta/packages/gtk+/gtk+_2.12.3.bb +++ b/meta/packages/gtk+/gtk+_2.12.3.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require gtk+.inc | 1 | require gtk+.inc |
2 | 2 | ||
3 | DEPENDS += "cairo" | 3 | DEPENDS += "cairo" |
4 | PR = "r1" | 4 | PR = "r2" |
5 | 5 | ||
6 | # disable per default - untested and not all patches included. | 6 | # disable per default - untested and not all patches included. |
7 | DEFAULT_PREFERENCE = "-1" | 7 | DEFAULT_PREFERENCE = "-1" |
diff --git a/meta/packages/gtk+/gtk+_2.6.10.bb b/meta/packages/gtk+/gtk+_2.6.10.bb index 6196a55cf9..73e6fc3954 100644 --- a/meta/packages/gtk+/gtk+_2.6.10.bb +++ b/meta/packages/gtk+/gtk+_2.6.10.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require gtk+.inc | 1 | require gtk+.inc |
2 | 2 | ||
3 | PR = "r14" | 3 | PR = "r15" |
4 | 4 | ||
5 | SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-${PV}.tar.bz2 \ | 5 | SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-${PV}.tar.bz2 \ |
6 | file://no-demos.patch;patch=1 \ | 6 | file://no-demos.patch;patch=1 \ |
@@ -17,7 +17,7 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-${PV}.tar.bz2 \ | |||
17 | file://filechooser-default.patch;patch=1 \ | 17 | file://filechooser-default.patch;patch=1 \ |
18 | file://toggle-font.diff;patch=1;pnum=0 \ | 18 | file://toggle-font.diff;patch=1;pnum=0 \ |
19 | file://combo-arrow-size.patch;patch=1;pnum=0 \ | 19 | file://combo-arrow-size.patch;patch=1;pnum=0 \ |
20 | file://range-no-redraw.patch;patch=1;pnum=0 \ | 20 | file://range-no-redraw.patch;patch=1;pnum=0 \ |
21 | " | 21 | " |
22 | 22 | ||
23 | EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest" | 23 | EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest" |