diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-09-20 22:43:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-21 13:32:34 +0100 |
commit | c89aa6a2b22e05e98991cc5b56d6ec869cf9c69a (patch) | |
tree | a286d0cc88a9cb2f024a74c69365ddac2d26fb63 /meta/recipes-kernel/oprofile | |
parent | 181063d0ae52b6c5ec203ea7c4fee629761cafdf (diff) | |
download | openembedded-core-c89aa6a2b22e05e98991cc5b56d6ec869cf9c69a.tar.gz openembedded-core-c89aa6a2b22e05e98991cc5b56d6ec869cf9c69a.tar.bz2 openembedded-core-c89aa6a2b22e05e98991cc5b56d6ec869cf9c69a.tar.xz openembedded-core-c89aa6a2b22e05e98991cc5b56d6ec869cf9c69a.zip |
oprofileui: Change avahi to avahi-ui depends
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/oprofile')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui.inc b/meta/recipes-kernel/oprofile/oprofileui.inc index 731e03768..51703578f 100644 --- a/meta/recipes-kernel/oprofile/oprofileui.inc +++ b/meta/recipes-kernel/oprofile/oprofileui.inc @@ -8,7 +8,7 @@ SECTION = "x11" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi gconf" +DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi-ui gconf" inherit autotools pkgconfig gtk-icon-cache |