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 | poky-69a365b4dbd59ed29f634a0409dae6d3792626c5.tar.gz |
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 @@ | |||
1 | DESCRIPTION = "User interface for the OProfile tool" | 1 | DESCRIPTION = "User interface for the OProfile tool" |
2 | SECTION = "x11" | 2 | SECTION = "x11" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi" | 4 | DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi gconf" |
5 | 5 | ||
6 | inherit autotools pkgconfig gtk-icon-cache | 6 | inherit autotools pkgconfig gtk-icon-cache |
7 | 7 | ||