diff options
Diffstat (limited to 'meta-demoapps/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb')
| -rw-r--r-- | meta-demoapps/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-demoapps/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb b/meta-demoapps/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb new file mode 100644 index 0000000000..3e8d10fe50 --- /dev/null +++ b/meta-demoapps/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "Telepathy fasrsight" | ||
| 2 | DESCRIPTION = "Glue library for telepathy media signalling and the media \ | ||
| 3 | streaming capabilities of Farsight2." | ||
| 4 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | ||
| 5 | DEPENDS = "glib-2.0 dbus telepathy-glib farsight2" | ||
| 6 | LICENSE = "LGPLv2" | ||
| 7 | |||
| 8 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-farsight/${P}.tar.gz \ | ||
| 9 | " | ||
| 10 | |||
| 11 | inherit autotools | ||
| 12 | |||
| 13 | EXTRA_OECONF = "--disable-python" | ||
| 14 | |||
| 15 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | ||
| 16 | |||
| 17 | FILES_${PN} += "${datadir}/telepathy \ | ||
| 18 | ${datadir}/dbus-1" | ||
