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 /meta/packages/gtk+/gtk+.inc | |
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
Diffstat (limited to 'meta/packages/gtk+/gtk+.inc')
-rw-r--r-- | meta/packages/gtk+/gtk+.inc | 3 |
1 files changed, 2 insertions, 1 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 | ||