diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-21 19:00:46 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-21 19:00:46 +0000 |
commit | dba215e3f2880f7642c9c3a4d4126a86356ebd43 (patch) | |
tree | 71af406c250dfae94ba4419e489c25379a8350b4 /meta/packages/gtk+/gtk+.inc | |
parent | ec1e837ff9d272c6714b243a9c25e1b91327ad48 (diff) | |
download | openembedded-core-dba215e3f2880f7642c9c3a4d4126a86356ebd43.tar.gz openembedded-core-dba215e3f2880f7642c9c3a4d4126a86356ebd43.tar.bz2 openembedded-core-dba215e3f2880f7642c9c3a4d4126a86356ebd43.zip |
gtk+: added libxrandr dependency
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4918 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk+/gtk+.inc')
-rw-r--r-- | meta/packages/gtk+/gtk+.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gtk+/gtk+.inc b/meta/packages/gtk+/gtk+.inc index fca24e9b98..9a767e29cb 100644 --- a/meta/packages/gtk+/gtk+.inc +++ b/meta/packages/gtk+/gtk+.inc @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.gtk.org" SECTION = "libs" LICENSE = "LGPL" PRIORITY = "optional" -DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc-native \ +DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc-native libxrandr \ libgcrypt libxdamage libxrender libxcomposite cairo" inherit autotools pkgconfig |