diff options
author | Richard Purdie <richard@openedhand.com> | 2007-09-25 15:03:47 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-09-25 15:03:47 +0000 |
commit | 69a365b4dbd59ed29f634a0409dae6d3792626c5 (patch) | |
tree | c7df757bbda5f5e1f54ac9e2b79987ad5c5f9899 /meta/packages | |
parent | 820f7c69528cdd2b34611b45cd93c83a3c6aef5a (diff) | |
download | openembedded-core-69a365b4dbd59ed29f634a0409dae6d3792626c5.tar.gz openembedded-core-69a365b4dbd59ed29f634a0409dae6d3792626c5.tar.bz2 openembedded-core-69a365b4dbd59ed29f634a0409dae6d3792626c5.zip |
oprofileui.inc: Add gconf to DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2786 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/oprofile/oprofileui.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/oprofile/oprofileui.inc b/meta/packages/oprofile/oprofileui.inc index b55cf73d25..916944dd4d 100644 --- a/meta/packages/oprofile/oprofileui.inc +++ b/meta/packages/oprofile/oprofileui.inc @@ -1,7 +1,7 @@ DESCRIPTION = "User interface for the OProfile tool" SECTION = "x11" LICENSE = "GPLv2" -DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi" +DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi gconf" inherit autotools pkgconfig gtk-icon-cache |