summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/farsight/farsight2_0.0.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/farsight/farsight2_0.0.9.bb')
-rw-r--r--meta/recipes-connectivity/farsight/farsight2_0.0.9.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/recipes-connectivity/farsight/farsight2_0.0.9.bb b/meta/recipes-connectivity/farsight/farsight2_0.0.9.bb
deleted file mode 100644
index e20ec33d64..0000000000
--- a/meta/recipes-connectivity/farsight/farsight2_0.0.9.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
2HOMEPAGE = "http://farsight.sf.net"
3SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${P}.tar.gz"
4LICENSE = "GPLv2.1"
5DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base"
6
7inherit autotools
8AUTOTOOLS_STAGE_PKGCONFIG = "1"
9
10PR = "r1"
11
12EXTRA_OECONF = " \
13 --disable-debug \
14 --disable-gtk-doc \
15 --disable-python \
16"
17
18FILES_${PN} += "${libdir}/*/*.so"
19FILES_${PN}-dev += "${libdir}/f*/*a ${libdir}/g*/*a"
20FILES_${PN}-dbg += "${libdir}/*/.debug"
21
22
23
24