diff options
author | Ross Burton <ross@openedhand.com> | 2007-07-05 10:46:54 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-07-05 10:46:54 +0000 |
commit | 2f8a2a50bf2029f7aa40a2c8612b2ad7f68eddd3 (patch) | |
tree | f924d45cba7e20a13c322f28e07474727d322409 /meta/packages/oprofile | |
parent | 5802291a4ea7cf9f2b092b8764fe88387a7dcffe (diff) | |
download | poky-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.inc | 6 |
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 @@ | |||
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" | 4 | DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi" |
5 | PR = "r2" | 5 | PR = "r3" |
6 | 6 | ||
7 | inherit autotools pkgconfig | 7 | inherit autotools pkgconfig |
8 | 8 | ||
9 | PACKAGES =+ "oprofileui-server oprofileui-viewer" | 9 | PACKAGES =+ "oprofileui-server oprofileui-viewer" |
10 | 10 | ||
11 | EXTRA_OECONF = "--with-avahi" | ||
12 | |||
11 | FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/" | 13 | FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/" |
12 | RDEPENDS_oprofile-viewer = "oprofile" | 14 | RDEPENDS_oprofile-viewer = "oprofile" |
13 | 15 | ||