summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+.inc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-12-17 21:14:01 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-12-17 21:14:01 +0000
commit73b9bf2e1525546e85bc2a7657fb45f6c07e7dcb (patch)
treee435eb66935e1c8104f605e9b8a08aa9bc9bb9e1 /meta/packages/gtk+/gtk+.inc
parentcfd98f5000b28c9f2958600ba8cebf457ca8f67c (diff)
downloadpoky-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+.inc3
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"
4SECTION = "libs" 4SECTION = "libs"
5LICENSE = "LGPL" 5LICENSE = "LGPL"
6PRIORITY = "optional" 6PRIORITY = "optional"
7DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc-native libgcrypt" 7DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc-native \
8 libgcrypt libxdamage libxrender libxcomposite"
8 9
9inherit autotools pkgconfig 10inherit autotools pkgconfig
10 11