surpport seeking the recorded video
[vuplus_openembedded] / recipes / farsight / farsight2_0.0.9.bb
1 DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
2 HOMEPAGE = "http://farsight.sf.net"
3 SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${P}.tar.gz"
4
5 DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base"
6
7 inherit autotools_stage
8 AUTOTOOLS_STAGE_PKGCONFIG = "1"
9
10 EXTRA_OECONF = " \
11   --disable-debug \
12   --disable-gtk-doc \
13   --disable-python \
14 "
15
16 FILES_${PN} += "${libdir}/*/*.so"
17 FILES_${PN}-dev += "${libdir}/*/*a"
18 FILES_${PN}-dbg += "${libdir}/*/.debug"
19
20
21
22