mirror of
git://git.yoctoproject.org/poky
synced 2026-09-16 19:10:58 +00:00
Enable avahi in the oprofileui-server
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2107 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
5802291a4e
commit
2f8a2a50bf
@ -1,13 +1,15 @@
|
|||||||
DESCRIPTION = "User interface for the OProfile tool"
|
DESCRIPTION = "User interface for the OProfile tool"
|
||||||
SECTION = "x11"
|
SECTION = "x11"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2"
|
DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi"
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
PACKAGES =+ "oprofileui-server oprofileui-viewer"
|
PACKAGES =+ "oprofileui-server oprofileui-viewer"
|
||||||
|
|
||||||
|
EXTRA_OECONF = "--with-avahi"
|
||||||
|
|
||||||
FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/"
|
FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/"
|
||||||
RDEPENDS_oprofile-viewer = "oprofile"
|
RDEPENDS_oprofile-viewer = "oprofile"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user