summaryrefslogtreecommitdiffstats
path: root/meta/packages/oprofile
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-09-25 15:03:47 +0000
committerRichard Purdie <richard@openedhand.com>2007-09-25 15:03:47 +0000
commit69a365b4dbd59ed29f634a0409dae6d3792626c5 (patch)
treec7df757bbda5f5e1f54ac9e2b79987ad5c5f9899 /meta/packages/oprofile
parent820f7c69528cdd2b34611b45cd93c83a3c6aef5a (diff)
downloadpoky-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/oprofile')
-rw-r--r--meta/packages/oprofile/oprofileui.inc2
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 @@
1DESCRIPTION = "User interface for the OProfile tool" 1DESCRIPTION = "User interface for the OProfile tool"
2SECTION = "x11" 2SECTION = "x11"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi" 4DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi gconf"
5 5
6inherit autotools pkgconfig gtk-icon-cache 6inherit autotools pkgconfig gtk-icon-cache
7 7