]> code.ossystems Code Review - openembedded-core.git/commitdiff
Enable avahi in the oprofileui-server
authorRoss Burton <ross@openedhand.com>
Thu, 5 Jul 2007 10:46:54 +0000 (10:46 +0000)
committerRoss Burton <ross@openedhand.com>
Thu, 5 Jul 2007 10:46:54 +0000 (10:46 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2107 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/oprofile/oprofileui.inc

index ddd72096967ae115b8bb8815d353938425b41260..d1fc9c27e41bac65adfd6a4651dfa49dff40541d 100644 (file)
@@ -1,13 +1,15 @@
 DESCRIPTION = "User interface for the OProfile tool"
 SECTION = "x11"
 LICENSE = "GPLv2"
-DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2"
-PR = "r2"
+DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi"
+PR = "r3"
 
 inherit autotools pkgconfig
 
 PACKAGES =+ "oprofileui-server oprofileui-viewer"
 
+EXTRA_OECONF = "--with-avahi"
+
 FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/"
 RDEPENDS_oprofile-viewer = "oprofile"