summaryrefslogtreecommitdiffstats
path: root/meta/packages/oprofile
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-07-05 10:46:54 +0000
committerRoss Burton <ross@openedhand.com>2007-07-05 10:46:54 +0000
commit2f8a2a50bf2029f7aa40a2c8612b2ad7f68eddd3 (patch)
treef924d45cba7e20a13c322f28e07474727d322409 /meta/packages/oprofile
parent5802291a4ea7cf9f2b092b8764fe88387a7dcffe (diff)
downloadpoky-2f8a2a50bf2029f7aa40a2c8612b2ad7f68eddd3.tar.gz
Enable avahi in the oprofileui-server
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2107 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/oprofile')
-rw-r--r--meta/packages/oprofile/oprofileui.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/packages/oprofile/oprofileui.inc b/meta/packages/oprofile/oprofileui.inc
index ddd7209696..d1fc9c27e4 100644
--- a/meta/packages/oprofile/oprofileui.inc
+++ b/meta/packages/oprofile/oprofileui.inc
@@ -1,13 +1,15 @@
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" 4DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi"
5PR = "r2" 5PR = "r3"
6 6
7inherit autotools pkgconfig 7inherit autotools pkgconfig
8 8
9PACKAGES =+ "oprofileui-server oprofileui-viewer" 9PACKAGES =+ "oprofileui-server oprofileui-viewer"
10 10
11EXTRA_OECONF = "--with-avahi"
12
11FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/" 13FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/"
12RDEPENDS_oprofile-viewer = "oprofile" 14RDEPENDS_oprofile-viewer = "oprofile"
13 15