farsight: stage some headers
authorKoen Kooi <koen@openembedded.org>
Wed, 22 Mar 2006 19:44:51 +0000 (19:44 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 22 Mar 2006 19:44:51 +0000 (19:44 +0000)
packages/farsight/farsight_20060322.bb

index 5122e7a..994569a 100644 (file)
@@ -1,10 +1,11 @@
 DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
 HOMEPAGE = "http://farsight.sf.net"
 SRC_URI = "http://ewi546.ewi.utwente.nl/OE/source/${PN}_${PV}.tar.bz2"
+PR="r1"
 
 MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"
 
-DEPENDS = "glib-2.0 dbus libjingle gstreamer"
+DEPENDS = "glib-2.0 libxml2 zlib dbus libjingle gstreamer gst-plugins-base"
 
 inherit autotools pkgconfig
 
@@ -24,6 +25,9 @@ EXTRA_OECONF = " \
 FILES_${PN} += "${libdir}/farsight-0.1/*so"
 FILES_${PN}-dev += "${libdir}/farsight-0.1/*.a ${libdir}/farsight-0.1/*.so.*"
 
+do_stage() {
+autotools_stage_all
+}