diff options
Diffstat (limited to 'packages/telepathy/telepathy-inspector_0.5.0.bb')
-rw-r--r-- | packages/telepathy/telepathy-inspector_0.5.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/telepathy/telepathy-inspector_0.5.0.bb b/packages/telepathy/telepathy-inspector_0.5.0.bb new file mode 100644 index 0000000000..069430775a --- /dev/null +++ b/packages/telepathy/telepathy-inspector_0.5.0.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "debugging tool for Telepathy developers" +DEPENDS = "glib-2.0 gtk+ libglade dbus-glib" +LICENSE = "LGPL" + +SRC_URI = "${SOURCEFORGE_MIRROR}/tapioca-voip/telepathy-inspector-0.5.0.tar.gz \ + file://scons-workaround.patch;patch=1" + +inherit scons + +FILES_${PN} += "${datadir}/telepathy \ + ${datadir}/dbus-1" |