1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00
Files
poky/meta/packages/farsight/farsight2_0.0.9.bb
T
Richard Purdie 64eaabeb41 farsight2: Fix rpm glob failure
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-19 20:52:14 +01:00

23 lines
572 B
BlitzBasic

DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
HOMEPAGE = "http://farsight.sf.net"
SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${P}.tar.gz"
DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base"
inherit autotools_stage
AUTOTOOLS_STAGE_PKGCONFIG = "1"
EXTRA_OECONF = " \
--disable-debug \
--disable-gtk-doc \
--disable-python \
"
FILES_${PN} += "${libdir}/*/*.so"
FILES_${PN}-dev += "${libdir}/f*/*a ${libdir}/g*/*a"
FILES_${PN}-dbg += "${libdir}/*/.debug"