oprofileui: Fix DEPENDS, add RDEPENDS

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1512 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-04-16 08:14:45 +00:00
parent 0f5819307a
commit 9d4deb3723
2 changed files with 6 additions and 3 deletions

View File

@ -1,12 +1,17 @@
DESCRIPTION = "User interface for the OProfile tool"
SECTION = "x11"
LICENSE = "GPLv2"
PR = "r1"
DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2"
PR = "r2"
inherit autotools pkgconfig
PACKAGES =+ "oprofileui-server oprofileui-viewer"
FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/"
RDEPENDS_oprofile-viewer = "oprofile"
FILES_oprofileui-server = "${bindir}/oprofile-server"
RDEPENDS_oprofile-server = "oprofile"
FILES_oprofileui-doc = "/usr/doc/oprofileui"

View File

@ -1,4 +1,2 @@
require oprofileui-svn.inc
DEPENDS = "glib-2.0 gtk+ libglade"