aboutsummaryrefslogtreecommitdiffstats
path: root/meta-demoapps/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb
blob: 3ddee8f4ad049bae42aef1cd179ae648a93e77b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY = "Telepathy fasrsight"
DESCRIPTION = "Glue library for telepathy media signalling and the media \
streaming capabilities of Farsight2."
HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
DEPENDS = "glib-2.0 dbus telepathy-glib farsight2"
LICENSE = "LGPLv2"

SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-farsight/${BPN}-${PV}.tar.gz \
"

inherit autotools

EXTRA_OECONF = "--disable-python"

FILES_${PN} += "${datadir}/telepathy \
		${datadir}/dbus-1"