aboutsummaryrefslogtreecommitdiffstats
path: root/meta-demoapps/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb
blob: 56c32f23d6b1157e8e6ccfb23b8d121e0a420465 (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/${P}.tar.gz \
"

inherit autotools

EXTRA_OECONF = "--disable-python"

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