summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb
blob: 3e8d10fe50f23cd788094b83abfc883ea67d3b3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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/${P}.tar.gz \
"

inherit autotools

EXTRA_OECONF = "--disable-python"

AUTOTOOLS_STAGE_PKGCONFIG = "1"

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