diff options
Diffstat (limited to 'meta/packages')
-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 | ||